canirequire › Dual (CommonJS + ESM) › @smithy/core
Is @smithy/core ESM-only? Can you require() it?
Last verified Sep 9, 2026 against @smithy/core@3.33.3. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
@smithy/core publishes both a CommonJS entry and a native ESM entry (ESM added in 2.1.0). require("@smithy/core") and import "@smithy/core" both work on every supported Node.js version and in Bun.
Does @smithy/core@3.33.3 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("@smithy/core") from a CommonJS file and import "@smithy/core" from an ES module.
| Runtime | require("@smithy/core") | import "@smithy/core" |
|---|---|---|
| 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 @smithy/core
ES modules (import)
import core from "@smithy/core";CommonJS (require)
const core = require("@smithy/core");Module format by version
Derived from the type, main and exports fields of every stable release on npm (162 versions; the newest 60 shown).
| Versions | Format | First published |
|---|---|---|
| 3.20.1 – 3.33.3 | Dual (CommonJS + ESM) | Jan 7, 2026 |
Frequently asked
Is @smithy/core ESM-only?
@smithy/core@3.33.3 ships CommonJS and ESM builds. @smithy/core publishes both a CommonJS entry and a native ESM entry (ESM added in 2.1.0). require("@smithy/core") and import "@smithy/core" both work on every supported Node.js version and in Bun.
Can I require @smithy/core?
Yes. @smithy/core ships a CommonJS entry, so require("@smithy/core") works on every Node.js version, alongside the native ESM entry for import.
Does @smithy/core work in Bun?
Yes. import "@smithy/core" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does @smithy/core ship TypeScript types?
Yes. @smithy/core 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
- @babel/plugin-transform-react-jsx-source 7.29.7CommonJS
- @tootallnate/once 3.0.1ESM-only
- @protobufjs/codegen 2.0.5CommonJS
- @radix-ui/number 1.1.3Dual
- @protobufjs/inquire 1.1.2CommonJS
- @babel/plugin-transform-modules-commonjs 8.0.1ESM-only
- @smithy/util-base64 4.6.2CommonJS
- @smithy/credential-provider-imds 4.5.2CommonJS