🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
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.2.0
to
1.2.1
+15
-15
package.json
{
"name": "@node-rs/crc32",
"version": "1.2.0",
"version": "1.2.1",
"description": "SIMD crc32",

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

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

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

},
"gitHead": "2f85a516d170bb0b079db75702582f3805605179",
"gitHead": "e50b1a09a2eeb2682ef492d567230fff669ab196",
"optionalDependencies": {
"@node-rs/crc32-win32-x64-msvc": "^1.2.0",
"@node-rs/crc32-darwin-x64": "^1.2.0",
"@node-rs/crc32-linux-x64-gnu": "^1.2.0",
"@node-rs/crc32-win32-ia32-msvc": "^1.2.0",
"@node-rs/crc32-linux-arm-gnueabihf": "^1.2.0",
"@node-rs/crc32-linux-x64-musl": "^1.2.0",
"@node-rs/crc32-linux-arm64-gnu": "^1.2.0",
"@node-rs/crc32-darwin-arm64": "^1.2.0",
"@node-rs/crc32-android-arm64": "^1.2.0",
"@node-rs/crc32-freebsd-x64": "^1.2.0",
"@node-rs/crc32-linux-arm64-musl": "^1.2.0",
"@node-rs/crc32-win32-arm64-msvc": "^1.2.0"
"@node-rs/crc32-win32-x64-msvc": "^1.2.1",
"@node-rs/crc32-darwin-x64": "^1.2.1",
"@node-rs/crc32-linux-x64-gnu": "^1.2.1",
"@node-rs/crc32-win32-ia32-msvc": "^1.2.1",
"@node-rs/crc32-linux-arm-gnueabihf": "^1.2.1",
"@node-rs/crc32-linux-x64-musl": "^1.2.1",
"@node-rs/crc32-linux-arm64-gnu": "^1.2.1",
"@node-rs/crc32-darwin-arm64": "^1.2.1",
"@node-rs/crc32-android-arm64": "^1.2.1",
"@node-rs/crc32-freebsd-x64": "^1.2.1",
"@node-rs/crc32-linux-arm64-musl": "^1.2.1",
"@node-rs/crc32-win32-arm64-msvc": "^1.2.1"
}
}