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

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.1 to 0.2.2

3

index.js

@@ -58,3 +58,2 @@ 'use strict';

BinWrapper.prototype.check = function (cmd) {
var download = require('download');
var file = this._parse(this.files);

@@ -74,3 +73,3 @@ var global = this._find(this.bin);

download(dl, this.dest, {
this._download(dl, this.dest, {
mode: '0755'

@@ -77,0 +76,0 @@ }).on('close', function () {

{
"name": "bin-wrapper",
"version": "0.2.1",
"version": "0.2.2",
"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