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

@node-rs/crc32

Package Overview
Dependencies
Maintainers
2
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.3.1
to
1.4.0
+17
-16
package.json
{
"name": "@node-rs/crc32",
"version": "1.3.1",
"version": "1.4.0",
"description": "SIMD crc32",

@@ -65,3 +65,4 @@ "keywords": [

"@types/crc": "^3.4.0",
"crc": "^4.0.0",
"buffer": "^6.0.3",
"crc": "^4.1.0",
"sse4_crc32": "^6.0.1"

@@ -73,18 +74,18 @@ },

},
"gitHead": "20bafa8bc0bda1cdbc6777b339747d27d90e0c81",
"gitHead": "0b6f41599a85833fa9ceffe500b483a8055093f1",
"optionalDependencies": {
"@node-rs/crc32-win32-x64-msvc": "1.3.1",
"@node-rs/crc32-darwin-x64": "1.3.1",
"@node-rs/crc32-linux-x64-gnu": "1.3.1",
"@node-rs/crc32-win32-ia32-msvc": "1.3.1",
"@node-rs/crc32-linux-arm-gnueabihf": "1.3.1",
"@node-rs/crc32-linux-x64-musl": "1.3.1",
"@node-rs/crc32-linux-arm64-gnu": "1.3.1",
"@node-rs/crc32-darwin-arm64": "1.3.1",
"@node-rs/crc32-android-arm64": "1.3.1",
"@node-rs/crc32-android-arm-eabi": "1.3.1",
"@node-rs/crc32-freebsd-x64": "1.3.1",
"@node-rs/crc32-linux-arm64-musl": "1.3.1",
"@node-rs/crc32-win32-arm64-msvc": "1.3.1"
"@node-rs/crc32-win32-x64-msvc": "1.4.0",
"@node-rs/crc32-darwin-x64": "1.4.0",
"@node-rs/crc32-linux-x64-gnu": "1.4.0",
"@node-rs/crc32-win32-ia32-msvc": "1.4.0",
"@node-rs/crc32-linux-arm-gnueabihf": "1.4.0",
"@node-rs/crc32-linux-x64-musl": "1.4.0",
"@node-rs/crc32-linux-arm64-gnu": "1.4.0",
"@node-rs/crc32-darwin-arm64": "1.4.0",
"@node-rs/crc32-android-arm64": "1.4.0",
"@node-rs/crc32-android-arm-eabi": "1.4.0",
"@node-rs/crc32-freebsd-x64": "1.4.0",
"@node-rs/crc32-linux-arm64-musl": "1.4.0",
"@node-rs/crc32-win32-arm64-msvc": "1.4.0"
}
}