Socket
Socket
Sign inDemoInstall

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.3.7 to 0.3.8

2

bin/node-gyp.js

@@ -13,3 +13,3 @@ #!/usr/bin/env node

var gyp = require('../lib/node-gyp')
var gyp = require('../')
, inspect = require('util').inspect

@@ -16,0 +16,0 @@ , ansi = require('ansi')

@@ -112,6 +112,12 @@

gyp.info('downloading:', url)
requestOpts = { uri: url }
var requestOpts = {
uri: url
, onResponse: true
}
// basic support for a proxy server
var proxyUrl = gyp.opts.proxy || process.env.http_proxy || process.env.HTTP_PROXY
var proxyUrl = gyp.opts.proxy
|| process.env.http_proxy
|| process.env.HTTP_PROXY
|| process.env.npm_config_proxy
if (proxyUrl) {

@@ -118,0 +124,0 @@ gyp.verbose('using proxy:', proxyUrl)

{ "name": "node-gyp"
, "description": "Node.js native addon build tool"
, "keywords": [ "native", "addon", "module", "c", "c++", "bindings", "gyp" ]
, "version": "0.3.7"
, "version": "0.3.8"
, "installVersion": 5

@@ -6,0 +6,0 @@ , "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)"

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