Socket
Socket
Sign inDemoInstall

node-pre-gyp

Package Overview
Dependencies
Maintainers
5
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.29 to 0.6.30

README.md

5

CHANGELOG.md
# node-pre-gyp changelog
## 0.6.30
- Update to npmlog@4.x and semver@5.3.x
- Add known node version for v6.5.0
## 0.6.29

@@ -4,0 +9,0 @@

@@ -1178,2 +1178,10 @@ {

},
"4.4.7": {
"node_abi": 46,
"v8": "4.5"
},
"4.5.0": {
"node_abi": 46,
"v8": "4.5"
},
"5.0.0": {

@@ -1274,3 +1282,19 @@ "node_abi": 47,

"v8": "5.0"
},
"6.3.0": {
"node_abi": 48,
"v8": "5.0"
},
"6.3.1": {
"node_abi": 48,
"v8": "5.0"
},
"6.4.0": {
"node_abi": 48,
"v8": "5.0"
},
"6.5.0": {
"node_abi": 48,
"v8": "5.1"
}
}

8

package.json
{
"name": "node-pre-gyp",
"description": "Node.js native addon binary install tool",
"version" : "0.6.29",
"version" : "0.6.30",
"keywords": [

@@ -25,7 +25,7 @@ "native",

"nopt": "~3.0.1",
"npmlog": "~3.1.2",
"npmlog": "4.x",
"rc": "~1.1.0",
"request": "2.x",
"rimraf": "~2.5.0",
"semver": "~5.2.0",
"semver": "~5.3.0",
"tar": "~2.2.0",

@@ -37,3 +37,3 @@ "tar-pack": "~3.1.0"

"mocha": "2.x",
"retire": "1.x",
"retire": "1.1.2",
"jshint": "2.x"

@@ -40,0 +40,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc