canirequire › Dual (CommonJS + ESM) › js-base64
Is js-base64 ESM-only? Can you require() it?
Yet another Base64 transcoder in pure-JS
Last verified Sep 9, 2026 against js-base64@3.9.3. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
js-base64 publishes both a CommonJS entry and a native ESM entry (ESM added in 3.6.1). require("js-base64") and import "js-base64" both work on every supported Node.js version and in Bun.
Does js-base64@3.9.3 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("js-base64") from a CommonJS file and import "js-base64" from an ES module.
| Runtime | require("js-base64") | import "js-base64" |
|---|---|---|
| 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 js-base64
ES modules (import)
import jsBase64 from "js-base64";CommonJS (require)
const jsBase64 = require("js-base64");Module format by version
Derived from the type, main and exports fields of every stable release on npm (75 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 3.6.1 – 3.9.3 | Dual (CommonJS + ESM) | May 22, 2021 |
| 2.4.0 – 3.6.0 | CommonJS | Nov 30, 2017 |
Frequently asked
Is js-base64 ESM-only?
js-base64@3.9.3 ships CommonJS and ESM builds. js-base64 publishes both a CommonJS entry and a native ESM entry (ESM added in 3.6.1). require("js-base64") and import "js-base64" both work on every supported Node.js version and in Bun.
Can I require js-base64?
Yes. js-base64 ships a CommonJS entry, so require("js-base64") works on every Node.js version, alongside the native ESM entry for import.
Does js-base64 work in Bun?
Yes. import "js-base64" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does js-base64 ship TypeScript types?
Yes. js-base64 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
- d3 7.9.0ESM-only
- url-join 5.0.0ESM-only
- http-proxy 1.18.1CommonJS
- connect 3.7.0CommonJS
- crypto-js 4.2.0CommonJS
- url 0.11.4CommonJS
- es6-promise 4.2.8CommonJS
- cssnano 9.0.4ESM-only