canirequire › Dual (CommonJS + ESM) › safe-stable-stringify
Is safe-stable-stringify ESM-only? Can you require() it?
Deterministic and safely JSON.stringify to quickly serialize JavaScript objects
Last verified Sep 9, 2026 against safe-stable-stringify@2.5.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
safe-stable-stringify publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.0). require("safe-stable-stringify") and import "safe-stable-stringify" both work on every supported Node.js version and in Bun.
Does safe-stable-stringify@2.5.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("safe-stable-stringify") from a CommonJS file and import "safe-stable-stringify" from an ES module.
| Runtime | require("safe-stable-stringify") | import "safe-stable-stringify" |
|---|---|---|
| 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 safe-stable-stringify
ES modules (import)
import safeStableStringify from "safe-stable-stringify";CommonJS (require)
const safeStableStringify = require("safe-stable-stringify");Module format by version
Derived from the type, main and exports fields of every stable release on npm (13 versions; the newest 13 shown).
| Versions | Format | First published |
|---|---|---|
| 2.0.0 – 2.5.0 | Dual (CommonJS + ESM) | Sep 19, 2021 |
| 1.0.1 – 1.1.1 | CommonJS | Jan 24, 2018 |
Frequently asked
Is safe-stable-stringify ESM-only?
safe-stable-stringify@2.5.0 ships CommonJS and ESM builds. safe-stable-stringify publishes both a CommonJS entry and a native ESM entry (ESM added in 2.0.0). require("safe-stable-stringify") and import "safe-stable-stringify" both work on every supported Node.js version and in Bun.
Can I require safe-stable-stringify?
Yes. safe-stable-stringify ships a CommonJS entry, so require("safe-stable-stringify") works on every Node.js version, alongside the native ESM entry for import.
Does safe-stable-stringify work in Bun?
Yes. import "safe-stable-stringify" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does safe-stable-stringify ship TypeScript types?
Yes. safe-stable-stringify 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
- colorette 2.0.20Dual
- jest-validate 30.5.1Dual
- isobject 4.1.1CommonJS
- proc-log 7.0.0CommonJS
- axobject-query 4.1.0CommonJS
- babel-plugin-polyfill-corejs3 1.0.0ESM-only
- socks 2.8.10CommonJS
- unplugin 3.3.0ESM-only