node-gyp-build
Advanced tools
Comparing version 4.6.0 to 4.6.1
@@ -22,5 +22,6 @@ #!/usr/bin/env node | ||
try { | ||
var pkg = require('node-gyp/package.json') | ||
args = [ | ||
process.execPath, | ||
path.join(require.resolve('node-gyp/package.json'), '..', require('node-gyp/package.json').bin['node-gyp']), | ||
path.join(require.resolve('node-gyp/package.json'), '..', typeof pkg.bin === 'string' ? pkg.bin : pkg.bin['node-gyp']), | ||
'rebuild' | ||
@@ -27,0 +28,0 @@ ] |
{ | ||
"name": "node-gyp-build", | ||
"version": "4.6.0", | ||
"version": "4.6.1", | ||
"description": "Build tool and bindings loader for node-gyp that supports prebuilds", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
Found 1 instance in 1 package
13207
260
19
1