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.2 to 0.2.3

2

index.js

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

if (process.platform === 'win32' && path.extname === '') {
if (process.platform === 'win32' && path.extname(this.bin) === '') {
this.bin = this.bin + '.exe';

@@ -36,0 +36,0 @@ }

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