Comparing version 0.5.6 to 0.5.7
@@ -16,3 +16,2 @@ | ||
, win = process.platform == 'win32' | ||
, openbsd = process.platform == 'openbsd' | ||
@@ -23,3 +22,4 @@ exports.usage = 'Invokes `' + (win ? 'msbuild' : 'make') + '` and builds the module' | ||
var makeCommand = openbsd ? 'gmake' : 'make' | ||
var makeCommand = gyp.opts.make || process.env.MAKE | ||
|| (process.platform.indexOf('bsd') != -1 ? 'gmake' : 'make') | ||
var command = win ? 'msbuild' : makeCommand | ||
@@ -26,0 +26,0 @@ , buildDir = path.resolve('build') |
@@ -75,12 +75,13 @@ | ||
proto.configDefs = { | ||
help: Boolean // everywhere | ||
, arch: String // 'configure' | ||
, debug: Boolean // 'build' | ||
help: Boolean // everywhere | ||
, arch: String // 'configure' | ||
, debug: Boolean // 'build' | ||
, directory: String // bin | ||
, make: String // 'build' | ||
, msvs_version: String // 'configure' | ||
, ensure: Boolean // 'install' | ||
, solution: String // 'build' (windows only) | ||
, proxy: String // 'install' | ||
, nodedir: String // 'configure' | ||
, loglevel: String // everywhere | ||
, ensure: Boolean // 'install' | ||
, solution: String // 'build' (windows only) | ||
, proxy: String // 'install' | ||
, nodedir: String // 'configure' | ||
, loglevel: String // everywhere | ||
} | ||
@@ -87,0 +88,0 @@ |
{ "name": "node-gyp" | ||
, "description": "Node.js native addon build tool" | ||
, "keywords": [ "native", "addon", "module", "c", "c++", "bindings", "gyp" ] | ||
, "version": "0.5.6" | ||
, "version": "0.5.7" | ||
, "installVersion": 9 | ||
@@ -6,0 +6,0 @@ , "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)" |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
917332
1131
20