🎩 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
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.10.3
to
1.10.4
+2
-3
index.d.ts
/* auto-generated by NAPI-RS */
/* eslint-disable */
export function crc32(input: string | Buffer, initialState?: number | undefined | null): number
export declare function crc32(input: string | Uint8Array, initialState?: number | undefined | null): number
export function crc32c(input: string | Buffer, initialState?: number | undefined | null): number
export declare function crc32c(input: string | Uint8Array, initialState?: number | undefined | null): number
+2
-2

@@ -339,3 +339,3 @@ // prettier-ignore

if (process.env.NAPI_RS_FORCE_WASI) {
console.error(err)
loadErrors.push(err)
}

@@ -348,3 +348,3 @@ }

if (process.env.NAPI_RS_FORCE_WASI) {
console.error(err)
loadErrors.push(err)
}

@@ -351,0 +351,0 @@ }

{
"name": "@node-rs/crc32",
"version": "1.10.3",
"version": "1.10.4",
"description": "SIMD crc32",

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

"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.54",
"@napi-rs/cli": "^3.0.0-alpha.63",
"@types/crc": "^3.8.3",

@@ -78,19 +78,19 @@ "buffer": "^6.0.3",

},
"gitHead": "7a04bb7c215db35d4b1a4490cf4d2a3624836413",
"gitHead": "59fddf62f9c0eaa21443a540cbd6d900d0eb2672",
"optionalDependencies": {
"@node-rs/crc32-darwin-x64": "1.10.3",
"@node-rs/crc32-darwin-arm64": "1.10.3",
"@node-rs/crc32-win32-x64-msvc": "1.10.3",
"@node-rs/crc32-linux-x64-gnu": "1.10.3",
"@node-rs/crc32-android-arm64": "1.10.3",
"@node-rs/crc32-linux-arm64-gnu": "1.10.3",
"@node-rs/crc32-linux-arm64-musl": "1.10.3",
"@node-rs/crc32-win32-arm64-msvc": "1.10.3",
"@node-rs/crc32-linux-arm-gnueabihf": "1.10.3",
"@node-rs/crc32-linux-x64-musl": "1.10.3",
"@node-rs/crc32-freebsd-x64": "1.10.3",
"@node-rs/crc32-win32-ia32-msvc": "1.10.3",
"@node-rs/crc32-android-arm-eabi": "1.10.3",
"@node-rs/crc32-wasm32-wasi": "1.10.3"
"@node-rs/crc32-darwin-x64": "1.10.4",
"@node-rs/crc32-darwin-arm64": "1.10.4",
"@node-rs/crc32-win32-x64-msvc": "1.10.4",
"@node-rs/crc32-linux-x64-gnu": "1.10.4",
"@node-rs/crc32-android-arm64": "1.10.4",
"@node-rs/crc32-linux-arm64-gnu": "1.10.4",
"@node-rs/crc32-linux-arm64-musl": "1.10.4",
"@node-rs/crc32-win32-arm64-msvc": "1.10.4",
"@node-rs/crc32-linux-arm-gnueabihf": "1.10.4",
"@node-rs/crc32-linux-x64-musl": "1.10.4",
"@node-rs/crc32-freebsd-x64": "1.10.4",
"@node-rs/crc32-win32-ia32-msvc": "1.10.4",
"@node-rs/crc32-android-arm-eabi": "1.10.4",
"@node-rs/crc32-wasm32-wasi": "1.10.4"
}
}