Socket
Socket
Sign inDemoInstall

node-gyp

Package Overview
Dependencies
Maintainers
2
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-gyp - npm Package Compare versions

Comparing version 0.10.9 to 0.10.10

4

lib/configure.js

@@ -55,3 +55,3 @@

if (err) {
log.verbose('`which` failed for `%s`', python, err)
log.verbose('`which` failed', python, err)
if (win) {

@@ -63,3 +63,3 @@ guessPython()

} else {
log.verbose('`which` succeeded for `%s`', python, execPath)
log.verbose('`which` succeeded', python, execPath)
checkPythonVersion()

@@ -66,0 +66,0 @@ }

@@ -121,2 +121,5 @@

uri: url
, headers: {
'User-Agent': 'node-gyp v' + gyp.version + ' (node ' + process.version + ')'
}
}

@@ -123,0 +126,0 @@

@@ -13,3 +13,3 @@ {

],
"version": "0.10.9",
"version": "0.10.10",
"installVersion": 9,

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc