bufferutil
Advanced tools
Comparing version 4.0.8 to 4.0.9
{ | ||
"name": "bufferutil", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"description": "WebSocket buffer utils", | ||
@@ -11,4 +11,4 @@ "main": "index.js", | ||
"install": "node-gyp-build", | ||
"prebuild": "prebuildify --napi --strip --target=14.0.0", | ||
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=14.0.0", | ||
"prebuild": "prebuildify --napi --strip --target=8.11.2", | ||
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=8.11.2", | ||
"test": "mocha" | ||
@@ -33,6 +33,6 @@ }, | ||
"devDependencies": { | ||
"mocha": "^10.0.0", | ||
"node-gyp": "^9.1.0", | ||
"prebuildify": "^5.0.0" | ||
"mocha": "^11.0.1", | ||
"node-gyp": "^11.0.0", | ||
"prebuildify": "^6.0.0" | ||
} | ||
} |
@@ -23,3 +23,4 @@ # bufferutil | ||
The module exports two functions. | ||
The module exports two functions. To maximize performance, parameters are not | ||
validated. It is the caller's responsibility to ensure that they are correct. | ||
@@ -26,0 +27,0 @@ ### `bufferUtil.mask(source, mask, output, offset, length)` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 4 instances in 1 package
80
371859