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.4.0 to 1.0.0

15

index.js

@@ -137,3 +137,4 @@ 'use strict';

if (err) {
return cb(err);
cb(err);
return;
}

@@ -143,3 +144,4 @@

if (err) {
return cb(err);
cb(err);
return;
}

@@ -170,7 +172,9 @@

if (err) {
return cb(err);
cb(err);
return;
}
if (!works) {
return cb(new Error('The `' + self.use() + '` binary doesn\'t seem to work correctly.'));
cb(new Error('The `' + self.use() + '` binary doesn\'t seem to work correctly.'));
return;
}

@@ -181,3 +185,4 @@

if (err) {
return cb(err);
cb(err);
return;
}

@@ -184,0 +189,0 @@

{
"name": "bin-wrapper",
"version": "0.4.0",
"version": "1.0.0",
"description": "Binary wrapper that makes your programs seamlessly available as local dependencies",

@@ -16,3 +16,3 @@ "license": "MIT",

"scripts": {
"test": "mocha --reporter list --timeout 75000"
"test": "node test.js"
},

@@ -29,11 +29,10 @@ "files": [

"dependencies": {
"bin-check": "^0.1.0",
"bin-check": "^1.0.0",
"bin-version-check": "^0.1.0",
"download": "^0.2.0",
"download": "^1.0.2",
"find-file": "^0.1.2"
},
"devDependencies": {
"mocha": "^1.18.2",
"rimraf": "^2.2.6"
"ava": "0.0.4"
}
}

@@ -7,3 +7,3 @@ # bin-wrapper [![Build Status](https://travis-ci.org/kevva/bin-wrapper.svg?branch=master)](https://travis-ci.org/kevva/bin-wrapper)

```bash
```sh
$ npm install --save bin-wrapper

@@ -10,0 +10,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