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

node-pre-gyp - npm Package Compare versions

Comparing version 0.6.37 to 0.6.38

4

CHANGELOG.md
# node-pre-gyp changelog
## 0.6.38
- Maintaining compatibility (for v0.6.x series) with node v0.10.x
## 0.6.37

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

@@ -1545,3 +1545,7 @@ {

"v8": "6.0"
},
"8.5.0": {
"node_abi": 57,
"v8": "6.0"
}
}

9

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

@@ -27,6 +27,6 @@ "native",

"rc": "^1.1.7",
"request": "^2.81.0",
"request": "2.81.0",
"hawk":"3.1.3",
"rimraf": "^2.6.1",
"semver": "^5.3.0",
"tape": "^4.6.3",
"tar": "^2.2.1",

@@ -36,2 +36,3 @@ "tar-pack": "^3.4.0"

"devDependencies": {
"tape": "^4.6.3",
"aws-sdk": "^2.28.0",

@@ -49,3 +50,3 @@ "retire": "^1.2.12",

"scripts": {
"pretest": "jshint test/build.test.js test/s3_setup.test.js test/versioning.test.js",
"pretest": "jshint test/build.test.js test/s3_setup.test.js test/versioning.test.js lib lib/util scripts bin/node-pre-gyp",
"update-crosswalk": "node scripts/abi_crosswalk.js",

@@ -52,0 +53,0 @@ "test": "jshint lib lib/util scripts bin/node-pre-gyp && tape test/*test.js"

Sorry, the diff of this file is not supported yet

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