concurrently
Advanced tools
Comparing version 3.2.0 to 3.3.0
{ | ||
"name": "concurrently", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "Run commands concurrently", | ||
@@ -40,3 +40,3 @@ "main": "src/main.js", | ||
"rx": "2.3.24", | ||
"spawn-default-shell": "^2.0.0", | ||
"spawn-command": "^0.0.2-1", | ||
"supports-color": "^3.2.3", | ||
@@ -43,0 +43,0 @@ "tree-kill": "^1.1.0" |
@@ -10,3 +10,3 @@ #!/usr/bin/env node | ||
var chalk = require('chalk'); | ||
var defaultShell = require('spawn-default-shell'); | ||
var spawn = require('spawn-command'); | ||
var supportsColor = require('supports-color'); | ||
@@ -196,3 +196,3 @@ var IS_WINDOWS = /^win/.test(process.platform); | ||
try { | ||
child = defaultShell.spawn(cmd, spawnOpts); | ||
child = spawn(cmd, spawnOpts); | ||
} catch (e) { | ||
@@ -199,0 +199,0 @@ logError('', chalk.gray.dim, 'Error occured when executing command: ' + cmd); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
522093
+ Addedspawn-command@^0.0.2-1
+ Addedspawn-command@0.0.2(transitive)
- Removedspawn-default-shell@^2.0.0
- Removedspawn-default-shell@2.0.0(transitive)