New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

concurrently

Package Overview
Dependencies
Maintainers
0
Versions
63
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

to
9.1.2

15

dist/src/index.js

@@ -37,9 +37,10 @@ "use strict";

const hide = lodash_1.default.castArray(options.hide).filter((id) => id || id === 0);
const logger = new logger_1.Logger({
hide,
prefixFormat: options.prefix,
commandLength: options.prefixLength,
raw: options.raw,
timestampFormat: options.timestampFormat,
});
const logger = options.logger ||
new logger_1.Logger({
hide,
prefixFormat: options.prefix,
commandLength: options.prefixLength,
raw: options.raw,
timestampFormat: options.timestampFormat,
});
if (options.prefixColors === false) {

@@ -46,0 +47,0 @@ logger.toggleColors(false);

{
"name": "concurrently",
"version": "9.1.1",
"version": "9.1.2",
"description": "Run commands concurrently",

@@ -5,0 +5,0 @@ "packageManager": "pnpm@8.15.9+sha256.daa27a0b541bc635323ff96c2ded995467ff9fe6d69ff67021558aa9ad9dcc36",