You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

script-runner

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

script-runner - npm Package Compare versions

Comparing version

to
0.1.2

2

package.json
{
"name": "script-runner",
"version": "0.1.1",
"version": "0.1.2",
"description": "Invoke multiple commands, running in parallel / sequential, matching npm scripts",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/paulpflug",

@@ -83,4 +83,4 @@ #!/usr/bin/env node

} else {
close = require('./lib/index.js')(cmdGroups,options,process.kill)
close = require('./lib/index.js')(cmdGroups,options,process.exit)
process.on("SIGINT",close)
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet