Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

concurrently

Package Overview
Dependencies
Maintainers
2
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concurrently - npm Package Compare versions

Comparing version 3.2.0 to 3.3.0

4

package.json
{
"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);

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