We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab7aa9 commit 215c613Copy full SHA for 215c613
package.json
@@ -2,6 +2,7 @@
2
"name": "hash-wasm",
3
"version": "4.12.0",
4
"description": "Lightning fast hash functions for browsers and Node.js using hand-tuned WebAssembly binaries (MD4, MD5, SHA-1, SHA-2, SHA-3, Keccak, BLAKE2, BLAKE3, PBKDF2, Argon2, bcrypt, scrypt, Adler-32, CRC32, CRC32C, RIPEMD-160, HMAC, xxHash, SM3, Whirlpool)",
5
+ "main": "dist/index.cjs",
6
"exports": {
7
"require": "dist/index.cjs",
8
"default": "dist/index.mjs"
0 commit comments