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.1.5 to 0.1.6

2

bin-wrapper.js

@@ -146,3 +146,3 @@ 'use strict';

if (isbin(this.bin)) {
if (!which.sync(self.bin).indexOf('node_modules/.bin')) {
if (which.sync(self.bin).indexOf('node_modules/.bin') === -1) {
return which.sync(self.bin);

@@ -149,0 +149,0 @@ }

{
"name": "bin-wrapper",
"version": "0.1.5",
"version": "0.1.6",
"description": "Binary wrapper for Node.js 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