canirequire › Dual (CommonJS + ESM) › buffer-crc32
Is buffer-crc32 ESM-only? Can you require() it?
A pure javascript CRC32 algorithm that plays nice with binary data
Last verified Sep 9, 2026 against buffer-crc32@1.0.0. JSON
Dual (CommonJS + ESM) Dual package — both require() and import work
buffer-crc32 publishes both a CommonJS entry and a native ESM entry (ESM added in 1.0.0). require("buffer-crc32") and import "buffer-crc32" both work on every supported Node.js version and in Bun.
Does buffer-crc32@1.0.0 actually load? Runtime test results
Installed and executed on Sep 9, 2026 with require("buffer-crc32") from a CommonJS file and import "buffer-crc32" from an ES module.
| Runtime | require("buffer-crc32") | import "buffer-crc32" |
|---|---|---|
| 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 buffer-crc32
ES modules (import)
import bufferCrc32 from "buffer-crc32";CommonJS (require)
const bufferCrc32 = require("buffer-crc32");Module format by version
Derived from the type, main and exports fields of every stable release on npm (16 versions; the newest 16 shown).
| Versions | Format | First published |
|---|---|---|
| 1.0.0 | Dual (CommonJS + ESM) | Feb 6, 2024 |
| 0.1.0 – 0.2.13 | CommonJS | Jul 11, 2012 |
Frequently asked
Is buffer-crc32 ESM-only?
buffer-crc32@1.0.0 ships CommonJS and ESM builds. buffer-crc32 publishes both a CommonJS entry and a native ESM entry (ESM added in 1.0.0). require("buffer-crc32") and import "buffer-crc32" both work on every supported Node.js version and in Bun.
Can I require buffer-crc32?
Yes. buffer-crc32 ships a CommonJS entry, so require("buffer-crc32") works on every Node.js version, alongside the native ESM entry for import.
Does buffer-crc32 work in Bun?
Yes. import "buffer-crc32" loaded successfully in Bun 1.4 on Sep 9, 2026.
Does buffer-crc32 ship TypeScript types?
Yes. buffer-crc32 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
- htmlparser2 12.0.0ESM-only
- data-urls 7.0.0CommonJS
- string.prototype.trimend 1.0.10CommonJS
- d3-scale 4.0.2ESM-only
- react-remove-scroll 2.7.2CommonJS
- node-addon-api 8.9.2CommonJS
- d3-ease 3.0.1ESM-only
- events 3.3.0CommonJS