New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

runscript

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

runscript - npm Package Compare versions

Comparing version

to
1.5.0

1.5.0 / 2020-05-22
==================
**features**
* [[`4d82803`](http://github.com/node-modules/runscript/commit/4d82803172f0a0ef0dd4a5ffecf6e4c44ae63484)] - feat: expose exitcode in error instance (#9) (Otto Mao <<ottomao@gmail.com>>)
1.4.0 / 2019-07-06

@@ -3,0 +9,0 @@ ==================

@@ -99,2 +99,3 @@ 'use strict';

err.stdio = stdio;
err.exitcode = code;
return reject(err);

@@ -101,0 +102,0 @@ }

{
"name": "runscript",
"version": "1.4.0",
"version": "1.5.0",
"description": "Run script easy!",

@@ -5,0 +5,0 @@ "main": "index.js",