🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

command

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

command - npm Package Compare versions

Comparing version

to
0.0.3-4

@@ -96,3 +96,3 @@

var proc = cp.spawn(cmd, args || [ ], action.opts);
var proc = cp.spawn(action.cmd, action.args || [ ], action.opts);

@@ -99,0 +99,0 @@ this.lastPid = proc.pid;

{
"name": "command",
"version": "0.0.3-3",
"version": "0.0.3-4",
"description": "A chainable, promise-based utility for running commands with child_process.spawn",

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