Socket
Socket
Sign inDemoInstall

node-gyp

Package Overview
Dependencies
Maintainers
1
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.0.4 to 0.0.5

node_modules/ansi/.npmignore

13

lib/configure.js

@@ -30,5 +30,12 @@

if (err) return callback(err)
if (!_version) return callback(new Error('No dev files installed. Run `node-gyp use x.x` where "x.x" is a node version like "0.7"'))
version = _version
next()
if (_version) {
gyp.verbose('using "current" installed dev files. version', _version)
version = _version
next()
} else {
version = parseFloat(process.versions.node)
gyp.verbose('no dev files installed, falling back to host node version', version)
gyp.opts.ensure = true
gyp.commands.install([ version ], next)
}
})

@@ -35,0 +42,0 @@ }

{ "name": "node-gyp"
, "description": "Node.js native addon build tool"
, "keywords": [ "native", "addon", "module", "c", "c++", "bindings", "gyp" ]
, "version": "0.0.4"
, "version": "0.0.5"
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"

@@ -21,3 +21,14 @@ , "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-gyp.git" }

}
, "bundleDependencies": [
"ansi"
, "glob"
, "minimatch"
, "mkdirp"
, "nopt"
, "request"
, "rimraf"
, "tar"
, "which"
]
, "engines": { "node": ">= 0.6.0" }
}
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