Socket
Socket
Sign inDemoInstall

bin-wrapper

Package Overview
Dependencies
Maintainers
2
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bin-wrapper - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

8

index.js

@@ -258,2 +258,10 @@ 'use strict';

BinWrapper.prototype._download = function (url, dest, opts) {
var proxy = process.env.http_proxy ||
process.env.HTTP_PROXY ||
process.env.https_proxy ||
process.env.HTTPS_PROXY ||
null;
opts.proxy = proxy;
var download = require('download');

@@ -260,0 +268,0 @@ var dl = download(url, dest, opts);

2

package.json
{
"name": "bin-wrapper",
"version": "0.2.0",
"version": "0.2.1",
"description": "Binary wrapper that makes your programs seamlessly available as local dependencies",

@@ -5,0 +5,0 @@ "keywords": [

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