cbor-extract
Advanced tools
Comparing version 2.0.2 to 2.1.0
module.exports = require('node-gyp-build-optional-packages')(__dirname) |
{ | ||
"name": "cbor-extract", | ||
"author": "Kris Zyp", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Node addon for string extraction for cbor-x", | ||
@@ -13,6 +13,8 @@ "license": "MIT", | ||
"install": "node-gyp-build-optional-packages", | ||
"recompile": "node-gyp clean && node-gyp configure && node-gyp build", | ||
"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", | ||
"recompile": "node-gyp rebuild", | ||
"before-publish": "prebuildify-ci download && node set-optional-deps.cjs", | ||
"prebuild": "prebuildify-platform-packages --target 18.12.0", | ||
"prebuild-win32": "prebuildify-platform-packages --target 18.12.0 && set ENABLE_V8_FUNCTIONS=false&& prebuildify-platform-packages --platform-packages --napi --target 18.12.0", | ||
"prebuild-libc": "prebuildify-platform-packages --tag-libc --target 18.12.0 && prebuildify-platform-packages --platform-packages --napi --tag-libc --target 16.14.2 && ENABLE_V8_FUNCTIONS=false prebuildify-platform-packages --platform-packages --napi --tag-libc --target 18.12.0", | ||
"prebuild-libc-alpine": "prebuildify-cross --image alpine --tag-libc --target 18.12.0", | ||
"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", | ||
@@ -29,16 +31,20 @@ "test": "node ./index.js" | ||
"/src", | ||
"/*.gyp" | ||
"/*.gyp", | ||
"/bin" | ||
], | ||
"bin": { | ||
"download-cbor-prebuilds": "./bin/download-prebuilds.js" | ||
}, | ||
"devDependencies": { | ||
"prebuildify": "kriszyp/prebuildify#optional-packages", | ||
"prebuildify-platform-packages": "5.0.2", | ||
"prebuildify-ci": "^1.0.5" | ||
}, | ||
"optionalDependencies": { | ||
"@cbor-extract/cbor-extract-darwin-arm64": "2.0.0", | ||
"@cbor-extract/cbor-extract-darwin-x64": "2.0.0", | ||
"@cbor-extract/cbor-extract-linux-arm": "2.0.0", | ||
"@cbor-extract/cbor-extract-linux-arm64": "2.0.0", | ||
"@cbor-extract/cbor-extract-linux-x64": "2.0.0", | ||
"@cbor-extract/cbor-extract-win32-x64": "2.0.0" | ||
"@cbor-extract/cbor-extract-darwin-arm64": "2.1.0", | ||
"@cbor-extract/cbor-extract-darwin-x64": "2.1.0", | ||
"@cbor-extract/cbor-extract-linux-arm": "2.1.0", | ||
"@cbor-extract/cbor-extract-linux-arm64": "2.1.0", | ||
"@cbor-extract/cbor-extract-linux-x64": "2.1.0", | ||
"@cbor-extract/cbor-extract-win32-x64": "2.1.0" | ||
} | ||
} | ||
} |
@@ -0,0 +0,0 @@ ## Summary |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
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
11999
7
10
3