utf-8-validate
Advanced tools
Comparing version 5.0.9 to 5.0.10
{ | ||
"name": "utf-8-validate", | ||
"version": "5.0.9", | ||
"version": "5.0.10", | ||
"description": "Check if a buffer contains valid UTF-8", | ||
@@ -11,4 +11,4 @@ "main": "index.js", | ||
"install": "node-gyp-build", | ||
"prebuild": "prebuildify --napi --strip", | ||
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip", | ||
"prebuild": "prebuildify --napi --strip --target=14.0.0", | ||
"prebuild-darwin-x64+arm64": "prebuildify --arch x64+arm64 --napi --strip --target=14.0.0", | ||
"test": "mocha" | ||
@@ -33,6 +33,6 @@ }, | ||
"devDependencies": { | ||
"mocha": "^9.0.3", | ||
"node-gyp": "^8.4.1", | ||
"mocha": "^10.0.0", | ||
"node-gyp": "^9.1.0", | ||
"prebuildify": "^5.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
402875
0