Socket
Socket
Sign inDemoInstall

concurrently

Package Overview
Dependencies
28
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.0.0 to 8.0.1

4

dist/src/flow-control/log-timings.d.ts
import { CloseEvent, Command } from '../command';
import { Logger } from '../logger';
import { FlowController } from './flow-controller';
interface TimingInfo {
type TimingInfo = {
name: string;

@@ -10,3 +10,3 @@ duration: string;

command: string;
}
};
/**

@@ -13,0 +13,0 @@ * Logs timing information about commands as they start/stop and then a summary when all commands finish.

@@ -69,5 +69,5 @@ import * as Rx from 'rxjs';

*/
logTable(tableContents: unknown[]): void;
logTable(tableContents: Record<string, unknown>[]): void;
log(prefix: string, text: string, command?: Command): void;
emit(command: Command | undefined, text: string): void;
}
{
"name": "concurrently",
"version": "8.0.0",
"version": "8.0.1",
"description": "Run commands concurrently",

@@ -44,37 +44,37 @@ "main": "index.js",

"rxjs": "^7.8.0",
"shell-quote": "^1.7.4",
"shell-quote": "^1.8.0",
"spawn-command": "0.0.2-1",
"supports-color": "^8.1.1",
"tree-kill": "^1.2.2",
"yargs": "^17.6.2"
"yargs": "^17.7.1"
},
"devDependencies": {
"@hirez_io/observer-spy": "^2.2.0",
"@swc/core": "^1.3.24",
"@swc/core": "^1.3.42",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.2.5",
"@types/lodash": "^4.14.191",
"@types/node": "^14.18.36",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.192",
"@types/node": "^14.18.42",
"@types/shell-quote": "^1.7.1",
"@types/supports-color": "^8.1.1",
"@types/yargs": "^17.0.18",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"@typescript-eslint/parser": "^5.57.0",
"coveralls-next": "^4.2.0",
"ctrlc-wrapper": "^0.0.4",
"esbuild": "^0.16.13",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.2.0",
"esbuild": "~0.17.14",
"eslint": "^8.37.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^8.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"husky": "^8.0.3",
"jest": "^29.3.1",
"jest": "^29.5.0",
"jest-create-mock-instance": "^2.0.0",
"lint-staged": "^13.1.0",
"prettier": "^2.8.1",
"lint-staged": "^13.2.0",
"prettier": "^2.8.7",
"safe-publish-latest": "^2.0.0",
"string-argv": "^0.3.1",
"typescript": "~4.9.4"
"typescript": "~5.0.2"
},

@@ -81,0 +81,0 @@ "files": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc