Socket
Socket
Sign inDemoInstall

node-gyp

Package Overview
Dependencies
32
Maintainers
2
Versions
144
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.1 to 0.6.2

6

lib/node-gyp.js

@@ -149,7 +149,5 @@

} else {
// take the config name and check if it's one that node-gyp cares about
// add the user-defined options to the config
name = name.substring(npm_config_prefix.length)
if (name in this.configDefs) {
this.opts[name] = val
}
this.opts[name] = val
}

@@ -156,0 +154,0 @@ }, this)

{ "name": "node-gyp"
, "description": "Node.js native addon build tool"
, "keywords": [ "native", "addon", "module", "c", "c++", "bindings", "gyp" ]
, "version": "0.6.1"
, "version": "0.6.2"
, "installVersion": 9

@@ -6,0 +6,0 @@ , "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc