canirequire › Dual (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.
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.
| Runtime | require("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).
| Versions | Format | First published |
|---|---|---|
| 7.0.0 – 8.0.0 | Dual (CommonJS + ESM) | Jun 10, 2025 |
| 1.8.4 – 6.7.1 | CommonJS | Apr 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
- minimatch 10.2.6Dual
- brace-expansion 5.0.9Dual
- lru-cache 11.5.2Dual
- glob 13.0.6Dual
- eslint-visitor-keys 5.0.1Dual
- yallist 5.0.0Dual
- balanced-match 4.0.4Dual
- js-yaml 5.4.1Dual
Similar popularity
- define-properties 1.2.1CommonJS
- get-tsconfig 4.14.3Dual
- hosted-git-info 10.1.1CommonJS
- @rollup/rollup-linux-x64-gnu 4.63.1CommonJS
- tough-cookie 6.0.2Dual
- path-type 6.0.0ESM-only
- assertion-error 2.0.1ESM-only
- range-parser 1.3.0CommonJS