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

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.8.0 to 0.9.0

350.diff

4

CHANGELOG.md
# node-pre-gyp changelog
## 0.9.0
- Switched from using `request` to `needle` to reduce size of module deps (https://github.com/mapbox/node-pre-gyp/pull/350)
## 0.8.0

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

2

lib/install.js

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

try {
req = require('request')(requestOpts);
req = require('needle').get(requestOpts.uri, requestOpts);
} catch (e) {

@@ -64,0 +64,0 @@ return callback(e);

{
"name": "node-pre-gyp",
"description": "Node.js native addon binary install tool",
"version": "0.8.0",
"version": "0.9.0",
"keywords": [

@@ -25,2 +25,3 @@ "native",

"mkdirp": "^0.5.1",
"needle": "^2.2.0",
"nopt": "^4.0.1",

@@ -30,3 +31,2 @@ "npm-packlist": "^1.1.6",

"rc": "^1.1.7",
"request": "2.83.0",
"rimraf": "^2.6.1",

@@ -33,0 +33,0 @@ "semver": "^5.3.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