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

@node-rs/crc32

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-rs/crc32 - npm Package Compare versions

Comparing version
1.1.1
to
1.1.2
+15
-15
package.json
{
"name": "@node-rs/crc32",
"version": "1.1.1",
"version": "1.1.2",
"description": "SIMD crc32",

@@ -64,3 +64,3 @@ "keywords": [

"dependencies": {
"@node-rs/helper": "^1.1.1"
"@node-rs/helper": "^1.2.0"
},

@@ -76,17 +76,17 @@ "devDependencies": {

},
"gitHead": "619151692564e925adfb75c4412e53c63c1a4878",
"gitHead": "00be3388f6505ef99e78526a4afe54cd6d4e976b",
"optionalDependencies": {
"@node-rs/crc32-win32-x64-msvc": "^1.1.1",
"@node-rs/crc32-darwin-x64": "^1.1.1",
"@node-rs/crc32-linux-x64-gnu": "^1.1.1",
"@node-rs/crc32-win32-ia32-msvc": "^1.1.1",
"@node-rs/crc32-linux-arm-gnueabihf": "^1.1.1",
"@node-rs/crc32-linux-x64-musl": "^1.1.1",
"@node-rs/crc32-linux-arm64-gnu": "^1.1.1",
"@node-rs/crc32-darwin-arm64": "^1.1.1",
"@node-rs/crc32-android-arm64": "^1.1.1",
"@node-rs/crc32-freebsd-x64": "^1.1.1",
"@node-rs/crc32-linux-arm64-musl": "^1.1.1",
"@node-rs/crc32-win32-arm64-msvc": "^1.1.1"
"@node-rs/crc32-win32-x64-msvc": "^1.1.2",
"@node-rs/crc32-darwin-x64": "^1.1.2",
"@node-rs/crc32-linux-x64-gnu": "^1.1.2",
"@node-rs/crc32-win32-ia32-msvc": "^1.1.2",
"@node-rs/crc32-linux-arm-gnueabihf": "^1.1.2",
"@node-rs/crc32-linux-x64-musl": "^1.1.2",
"@node-rs/crc32-linux-arm64-gnu": "^1.1.2",
"@node-rs/crc32-darwin-arm64": "^1.1.2",
"@node-rs/crc32-android-arm64": "^1.1.2",
"@node-rs/crc32-freebsd-x64": "^1.1.2",
"@node-rs/crc32-linux-arm64-musl": "^1.1.2",
"@node-rs/crc32-win32-arm64-msvc": "^1.1.2"
}
}