canirequire

canirequireDual (CommonJS + ESM) › gaxios

Is gaxios ESM-only? Can you require() it?

A simple common HTTP client specifically for Google APIs and services.

Last verified Sep 9, 2026 against gaxios@8.0.0. JSON

Dual (CommonJS + ESM) Dual package — both require() and import work

gaxios publishes both a CommonJS entry and a native ESM entry (ESM added in 7.0.0). require("gaxios") and import "gaxios" both work on every supported Node.js version and in Bun.

Latest
8.0.0 (Aug 24, 2026)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
8.0.0
Native ESM since
7.0.0
TypeScript types
Bundled
Node engines
>=22
Weekly downloads
90.5M
License
Apache-2.0

Does gaxios@8.0.0 actually load? Runtime test results

Installed and executed on Sep 9, 2026 with require("gaxios") from a CommonJS file and import "gaxios" from an ES module.

Runtimerequire("gaxios")import "gaxios"
Node.js 18✓ works✓ works
Node.js 20✓ works✓ works
Node.js 22✓ works✓ works
Node.js 24✓ works✓ works
Node.js 26✓ works✓ works
Bun 1.4✓ works✓ works

How to import gaxios

ES modules (import)

import gaxios from "gaxios";

CommonJS (require)

const gaxios = require("gaxios");

Module format by version

Derived from the type, main and exports fields of every stable release on npm (88 versions; the newest 60 shown).

VersionsFormatFirst published
7.0.0 – 8.0.0Dual (CommonJS + ESM)Jun 10, 2025
1.8.4 – 6.7.1CommonJSApr 22, 2019

Frequently asked

Is gaxios ESM-only?

gaxios@8.0.0 ships CommonJS and ESM builds. gaxios publishes both a CommonJS entry and a native ESM entry (ESM added in 7.0.0). require("gaxios") and import "gaxios" both work on every supported Node.js version and in Bun.

Can I require gaxios?

Yes. gaxios ships a CommonJS entry, so require("gaxios") works on every Node.js version, alongside the native ESM entry for import.

Does gaxios work in Bun?

Yes. import "gaxios" loaded successfully in Bun 1.4 on Sep 9, 2026.

Does gaxios ship TypeScript types?

Yes. gaxios bundles its own type declarations; no @types package is needed.

Links

Other dual (commonjs + esm) packages

Similar popularity