Socket
Socket
Sign inDemoInstall

node-pre-gyp

Package Overview
Dependencies
Maintainers
4
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.32 to 0.6.33

4

CHANGELOG.md
# node-pre-gyp changelog
## 0.6.33
- Improved support for yarn
## 0.6.32

@@ -4,0 +8,0 @@

2

lib/node-pre-gyp.js

@@ -62,3 +62,3 @@ "use strict";

proto.package = require('../package');
proto.package = require('../package.json');

@@ -65,0 +65,0 @@ /**

@@ -946,2 +946,6 @@ {

},
"0.12.18": {
"node_abi": 14,
"v8": "3.28"
},
"1.0.0": {

@@ -1215,2 +1219,18 @@ "node_abi": 42,

},
"4.7.0": {
"node_abi": 46,
"v8": "4.5"
},
"4.7.1": {
"node_abi": 46,
"v8": "4.5"
},
"4.7.2": {
"node_abi": 46,
"v8": "4.5"
},
"4.7.3": {
"node_abi": 46,
"v8": "4.5"
},
"5.0.0": {

@@ -1352,2 +1372,18 @@ "node_abi": 47,

},
"6.9.2": {
"node_abi": 48,
"v8": "5.1"
},
"6.9.3": {
"node_abi": 48,
"v8": "5.1"
},
"6.9.4": {
"node_abi": 48,
"v8": "5.1"
},
"6.9.5": {
"node_abi": 48,
"v8": "5.1"
},
"7.0.0": {

@@ -1364,3 +1400,19 @@ "node_abi": 51,

"v8": "5.4"
},
"7.2.1": {
"node_abi": 51,
"v8": "5.4"
},
"7.3.0": {
"node_abi": 51,
"v8": "5.4"
},
"7.4.0": {
"node_abi": 51,
"v8": "5.4"
},
"7.5.0": {
"node_abi": 51,
"v8": "5.4"
}
}
{
"name": "node-pre-gyp",
"description": "Node.js native addon binary install tool",
"version" : "0.6.32",
"version" : "0.6.33",
"keywords": [

@@ -6,0 +6,0 @@ "native",

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