🎩 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.4
to
1.10.6
+4
-1
index.js
// prettier-ignore
/* eslint-disable */
// @ts-nocheck
/* auto-generated by NAPI-RS */
const { readFileSync } = require('fs')
const { createRequire } = require('node:module')
require = createRequire(__filename)
const { readFileSync } = require('node:fs')
let nativeBinding = null

@@ -8,0 +11,0 @@ const loadErrors = []

+24
-21
{
"name": "@node-rs/crc32",
"version": "1.10.4",
"version": "1.10.6",
"description": "SIMD crc32",

@@ -57,7 +57,7 @@ "keywords": [

"artifacts": "napi artifacts -d ../../artifacts",
"bench": "cross-env NODE_ENV=production node benchmark/crc32.js",
"bench": "cross-env NODE_ENV=production node --import @oxc-node/core/register benchmark/crc32.ts",
"build": "napi build --platform --release",
"build:debug": "napi build --platform",
"prepublishOnly": "napi prepublish",
"version": "napi version && git add npm"
"version": "napi version"
},

@@ -68,7 +68,10 @@ "bugs": {

"devDependencies": {
"@napi-rs/cli": "^3.0.0-alpha.63",
"@types/crc": "^3.8.3",
"@napi-rs/cli": "^3.0.0-alpha.64",
"@types/crc": "^4.0.0",
"@types/sse4_crc32": "^7.0.3",
"buffer": "^6.0.3",
"crc": "^4.3.2",
"sse4_crc32": "^7.0.0"
"cross-env": "^7.0.3",
"sse4_crc32": "^7.0.0",
"tinybench": "^3.0.0"
},

@@ -79,19 +82,19 @@ "funding": {

},
"gitHead": "59fddf62f9c0eaa21443a540cbd6d900d0eb2672",
"gitHead": "83ca124b3e3968c945708136d6ff68d0e0549582",
"optionalDependencies": {
"@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"
"@node-rs/crc32-darwin-x64": "1.10.6",
"@node-rs/crc32-darwin-arm64": "1.10.6",
"@node-rs/crc32-win32-x64-msvc": "1.10.6",
"@node-rs/crc32-linux-x64-gnu": "1.10.6",
"@node-rs/crc32-android-arm64": "1.10.6",
"@node-rs/crc32-linux-arm64-gnu": "1.10.6",
"@node-rs/crc32-linux-arm64-musl": "1.10.6",
"@node-rs/crc32-win32-arm64-msvc": "1.10.6",
"@node-rs/crc32-linux-arm-gnueabihf": "1.10.6",
"@node-rs/crc32-linux-x64-musl": "1.10.6",
"@node-rs/crc32-freebsd-x64": "1.10.6",
"@node-rs/crc32-win32-ia32-msvc": "1.10.6",
"@node-rs/crc32-android-arm-eabi": "1.10.6",
"@node-rs/crc32-wasm32-wasi": "1.10.6"
}
}

@@ -43,20 +43,2 @@ # `@node-rs/crc32`

## Support matrix
| | node12 | node14 | node16 | node18 |
| ---------------- | ------ | ------ | ------ | ------ |
| Windows x64 | ✓ | ✓ | ✓ | ✓ |
| Windows x32 | ✓ | ✓ | ✓ | ✓ |
| Windows arm64 | ✓ | ✓ | ✓ | ✓ |
| macOS x64 | ✓ | ✓ | ✓ | ✓ |
| macOS arm64 | ✓ | ✓ | ✓ | ✓ |
| Linux x64 gnu | ✓ | ✓ | ✓ | ✓ |
| Linux x64 musl | ✓ | ✓ | ✓ | ✓ |
| Linux arm gnu | ✓ | ✓ | ✓ | ✓ |
| Linux arm64 gnu | ✓ | ✓ | ✓ | ✓ |
| Linux arm64 musl | ✓ | ✓ | ✓ | ✓ |
| Android arm64 | ✓ | ✓ | ✓ | ✓ |
| Android armv7 | ✓ | ✓ | ✓ | ✓ |
| FreeBSD x64 | ✓ | ✓ | ✓ | ✓ |
## API

@@ -63,0 +45,0 @@