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

nscale-util

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nscale-util - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

7

lib/executor.js

@@ -51,5 +51,8 @@ /*

proc.on('close', function (code) {
var err;
if (code !== 0) {
out.stderr(code);
cb({code: code, msg: errmsg}, targetPath, cmd);
err = new Error('command failed')
err.cmd = cmd;
err.code = code;
cb(err, targetPath, cmd);
}

@@ -56,0 +59,0 @@ else {

@@ -10,3 +10,3 @@ {

],
"version": "0.2.0",
"version": "0.2.1",
"license": "Artistic License 2.0",

@@ -13,0 +13,0 @@ "author": "Peter Elger (http://nearform.com/)",

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