🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@chainsafe/fast-crc32c

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/fast-crc32c - npm Package Compare versions

Comparing version
4.1.1
to
4.2.0
+1
-1
index.d.ts
declare const impl: {
calculate(input: Buffer, initial?: number): number
calculate(input: Uint8Array, initial?: number): number
}
export = impl
{
"name": "@chainsafe/fast-crc32c",
"description": "CRC32C algorithm with hardware acceleration and software fallback.",
"version": "4.1.1",
"version": "4.2.0",
"author": "Xiaoyi Shi <ashi009@gmail.com>",

@@ -13,3 +13,3 @@ "license": "MIT",

"types": "./index.d.ts",
"files":[
"files": [
"loader.js",

@@ -20,3 +20,3 @@ "impls/*.js",

"optionalDependencies": {
"@node-rs/crc32": "^1.6.0"
"@node-rs/crc32": "^1.10.6"
},

@@ -46,3 +46,4 @@ "scripts": {

"random-string": "^0.2.0"
}
},
"packageManager": "yarn@1.22.22+sha256.c17d3797fb9a9115bf375e31bfd30058cac6bc9c3b8807a3d8cb2094794b51ca"
}