Socket
Socket
Sign inDemoInstall

grunt-run

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-run - npm Package Compare versions

Comparing version 0.2.4 to 0.3.0

test/fixtures/procs/fail_after_ready.js

2

package.json
{
"name": "grunt-run",
"description": "Invite external commands into your grunt process with three tasks `run`, `wait` and `stop`.",
"version": "0.2.4",
"version": "0.3.0",
"homepage": "https://github.com/spenceralger/grunt-run",

@@ -6,0 +6,0 @@ "author": {

@@ -64,2 +64,6 @@ /*

if (opts.env) {
spawnOpts.env = opts.env;
}
var pid = getPid(name);

@@ -159,3 +163,3 @@ if (pid && _.find(runningProcs, { pid: pid })) {

}
done(!exitCode);
done(exitCode && new Error('non-zero exit code ' + exitCode));
});

@@ -182,3 +186,3 @@ } else {

'(only works for tasks that use wait:false)', function () {
var pid = this.data._pid;

@@ -193,3 +197,3 @@ var name = this.target;

grunt.log.ok(name + ' already stopped');
}
}
});

@@ -196,0 +200,0 @@

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