node-gyp-build
Advanced tools
Comparing version 4.6.1 to 4.7.0
@@ -1,5 +0,5 @@ | ||
if (typeof process.addon === 'function') { // if the platform supports native resolving prefer that | ||
module.exports = process.addon.bind(process) | ||
if (typeof require.addon === 'function') { // if the platform supports native resolving prefer that | ||
module.exports = require.addon.bind(require) | ||
} else { // else use the runtime version here | ||
module.exports = require('./node-gyp-build.js') | ||
} |
{ | ||
"name": "node-gyp-build", | ||
"version": "4.6.1", | ||
"version": "4.7.0", | ||
"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