msgpackr-extract
Advanced tools
Comparing version 2.0.2 to 2.1.0
{ | ||
"name": "msgpackr-extract", | ||
"author": "Kris Zyp", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Node addon for string extraction for msgpackr", | ||
@@ -14,5 +14,7 @@ "license": "MIT", | ||
"recompile": "node-gyp rebuild", | ||
"before-publish": "prebuildify-ci download && prebuildify --target 16.14.2 && set ENABLE_V8_FUNCTIONS=false&& prebuildify --platform-packages --napi --target 16.14.2 && node set-optional-deps.cjs", | ||
"prebuild": "prebuildify --target 16.14.2", | ||
"prebuild-libc": "prebuildify --tag-libc --target 16.14.2 && ENABLE_V8_FUNCTIONS=false prebuildify --platform-packages --napi --tag-libc --target 16.14.2", | ||
"before-publish": "prebuildify-ci download && node set-optional-deps.cjs", | ||
"prebuild": "prebuildify-platform-packages --target 16.14.2", | ||
"prebuild-win32": "prebuildify-platform-packages --target 16.14.2 && set ENABLE_V8_FUNCTIONS=false&& prebuildify-platform-packages --platform-packages --napi --target 16.14.2", | ||
"prebuild-libc": "prebuildify-platform-packages --tag-libc --target 16.14.2 && ENABLE_V8_FUNCTIONS=false prebuildify-platform-packages --platform-packages --napi --tag-libc --target 16.14.2", | ||
"prebuild-libc-alpine": "prebuildify-cross --image alpine --tag-libc --target 16.14.2", | ||
"publish-all": "cd prebuilds/win32-x64 && npm publish --access public && cd ../darwin-x64 && npm publish --access public && cd ../darwin-arm64 && npm publish --access public && cd ../linux-x64 && npm publish --access public && cd ../linux-arm64 && npm publish --access public && cd ../linux-arm && npm publish --access public && cd ../.. && npm publish --access public", | ||
@@ -24,3 +26,3 @@ "test": "node ./index.js" | ||
"dependencies": { | ||
"node-gyp-build-optional-packages": "5.0.2" | ||
"node-gyp-build-optional-packages": "5.0.3" | ||
}, | ||
@@ -30,16 +32,21 @@ "files": [ | ||
"/src", | ||
"/*.gyp" | ||
"/*.gyp", | ||
"/bin" | ||
], | ||
"bin": { | ||
"download-msgpackr-prebuilds": "./bin/download-prebuilds.js" | ||
}, | ||
"optionalDependencies": { | ||
"@msgpackr-extract/msgpackr-extract-darwin-arm64": "2.0.2", | ||
"@msgpackr-extract/msgpackr-extract-darwin-x64": "2.0.2", | ||
"@msgpackr-extract/msgpackr-extract-linux-arm": "2.0.2", | ||
"@msgpackr-extract/msgpackr-extract-linux-arm64": "2.0.2", | ||
"@msgpackr-extract/msgpackr-extract-linux-x64": "2.0.2", | ||
"@msgpackr-extract/msgpackr-extract-win32-x64": "2.0.2" | ||
"@msgpackr-extract/msgpackr-extract-darwin-arm64": "2.1.0", | ||
"@msgpackr-extract/msgpackr-extract-darwin-x64": "2.1.0", | ||
"@msgpackr-extract/msgpackr-extract-linux-arm": "2.1.0", | ||
"@msgpackr-extract/msgpackr-extract-linux-arm64": "2.1.0", | ||
"@msgpackr-extract/msgpackr-extract-linux-x64": "2.1.0", | ||
"@msgpackr-extract/msgpackr-extract-win32-x64": "2.1.0" | ||
}, | ||
"devDependencies": { | ||
"prebuildify": "kriszyp/prebuildify#optional-packages", | ||
"prebuildify-ci": "^1.0.5" | ||
"prebuildify-platform-packages": "5.0.0", | ||
"prebuildify-ci": "^1.0.5", | ||
"prebuildify-cross": "5.0.0" | ||
} | ||
} |
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
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
15135
7
5
3
+ Added@msgpackr-extract/msgpackr-extract-darwin-arm64@2.1.0(transitive)
+ Added@msgpackr-extract/msgpackr-extract-darwin-x64@2.1.0(transitive)
+ Added@msgpackr-extract/msgpackr-extract-linux-arm@2.1.0(transitive)
+ Added@msgpackr-extract/msgpackr-extract-linux-arm64@2.1.0(transitive)
+ Added@msgpackr-extract/msgpackr-extract-linux-x64@2.1.0(transitive)
+ Added@msgpackr-extract/msgpackr-extract-win32-x64@2.1.0(transitive)
+ Addednode-gyp-build-optional-packages@5.0.3(transitive)
- Removed@msgpackr-extract/msgpackr-extract-darwin-arm64@2.0.2(transitive)
- Removed@msgpackr-extract/msgpackr-extract-darwin-x64@2.0.2(transitive)
- Removed@msgpackr-extract/msgpackr-extract-linux-arm@2.0.2(transitive)
- Removed@msgpackr-extract/msgpackr-extract-linux-arm64@2.0.2(transitive)
- Removed@msgpackr-extract/msgpackr-extract-linux-x64@2.0.2(transitive)
- Removed@msgpackr-extract/msgpackr-extract-win32-x64@2.0.2(transitive)
- Removednode-gyp-build-optional-packages@5.0.2(transitive)