canirequire

canirequireDual (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.

Latest
1.0.0 (Feb 6, 2024)
Module format
Dual (CommonJS + ESM)
Last CommonJS version
1.0.0
Native ESM since
1.0.0
TypeScript types
Bundled
Node engines
>=8.0.0
Weekly downloads
64.5M
License
MIT

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.

Runtimerequire("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).

VersionsFormatFirst published
1.0.0Dual (CommonJS + ESM)Feb 6, 2024
0.1.0 – 0.2.13CommonJSJul 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

Similar popularity