Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.5 to 0.10.6

64

package.json

@@ -1,27 +0,41 @@

{ "name": "node-gyp"
, "description": "Node.js native addon build tool"
, "keywords": [ "native", "addon", "module", "c", "c++", "bindings", "gyp" ]
, "version": "0.10.5"
, "installVersion": 9
, "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"
, "repository": { "type": "git", "url": "git://github.com/TooTallNate/node-gyp.git" }
, "preferGlobal": true
, "bin": "./bin/node-gyp.js"
, "main": "./lib/node-gyp.js"
, "dependencies": {
"glob": "3"
, "graceful-fs": "1"
, "fstream": "0"
, "minimatch": "0"
, "mkdirp": "0"
, "nopt": "2"
, "npmlog": "0"
, "osenv": "0"
, "request": "2"
, "rimraf": "2"
, "semver": "~2.0.7"
, "tar": "0"
, "which": "1"
{
"name": "node-gyp",
"description": "Node.js native addon build tool",
"keywords": [
"native",
"addon",
"module",
"c",
"c++",
"bindings",
"gyp"
],
"version": "0.10.6",
"installVersion": 9,
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
"repository": {
"type": "git",
"url": "git://github.com/TooTallNate/node-gyp.git"
},
"preferGlobal": true,
"bin": "./bin/node-gyp.js",
"main": "./lib/node-gyp.js",
"dependencies": {
"glob": "3",
"graceful-fs": "2",
"fstream": "0",
"minimatch": "0",
"mkdirp": "0",
"nopt": "2",
"npmlog": "0",
"osenv": "0",
"request": "2",
"rimraf": "2",
"semver": "~2.0.7",
"tar": "0",
"which": "1"
},
"engines": {
"node": ">= 0.8.0"
}
, "engines": { "node": ">= 0.8.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