Socket
Socket
Sign inDemoInstall

concurrently

Package Overview
Dependencies
Maintainers
2
Versions
60
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 6.0.1 to 6.0.2

4

package.json
{
"name": "concurrently",
"version": "6.0.1",
"version": "6.0.2",
"description": "Run commands concurrently",

@@ -34,3 +34,3 @@ "main": "index.js",

"date-fns": "^2.16.1",
"lodash": "^4.17.20",
"lodash": "^4.17.21",
"read-pkg": "^5.2.0",

@@ -37,0 +37,0 @@ "rxjs": "^6.6.3",

@@ -21,3 +21,3 @@ const Rx = require('rxjs');

.subscribe(data => {
let [targetId, input] = data.split(':', 2);
let [targetId, input] = data.split(/:(.+)/);
targetId = input ? targetId : this.defaultInputTarget;

@@ -24,0 +24,0 @@ input = input || data;

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