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

windows

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

windows - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

13

lib/runnable.js

@@ -24,6 +24,11 @@ var path = require('path');

}
//Bugfix taken from @schmittberger
if (!exists(PATH)) {
if (process.env.NODE_PATH) PATH = process.env.NODE_PATH
} else {
throw new Error('Could not find a good path to install to');
if (process.env.NODE_PATH) {
PATH = process.env.NODE_PATH
} else {
throw new Error('No bin-PATH found');
}
}

@@ -79,2 +84,2 @@

}
*/
*/

@@ -46,3 +46,3 @@ {

],
"version": "0.0.8"
"version": "0.0.9"
}
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