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

@types/concurrently

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/concurrently - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

7

concurrently/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for concurrently 5.1
// Type definitions for concurrently 5.2
// Project: https://github.com/kimmobrunfeldt/concurrently#readme

@@ -27,2 +27,7 @@ // Definitions by: Michael B. <https://github.com/Blasz>

killOthers?: Array<'success' | 'failure'>;
/**
* how many processes should run at once
* @default 0
*/
maxProcesses?: number;
/** a Writable stream to write logs to. Default: `process.stdout` */

@@ -29,0 +34,0 @@ outputStream?: NodeJS.WritableStream;

4

concurrently/package.json
{
"name": "@types/concurrently",
"version": "5.1.0",
"version": "5.2.0",
"description": "TypeScript definitions for concurrently",

@@ -29,4 +29,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "343361b14d11967e859ebdb17be1e286a20f0b0a9ca0b257eb281858673a6faa",
"typesPublisherContentHash": "32e1b0218287f15d8932aedb50e17608a7fcce13b6558a3d7455e79364ff64b7",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 06 Feb 2020 23:10:15 GMT
* Last updated: Sun, 26 Apr 2020 16:21:48 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Michael B. (https://github.com/Blasz), and Piotr Błażejewicz (https://github.com/peterblazejewicz).
These definitions were written by [Michael B.](https://github.com/Blasz), and [Piotr Błażejewicz](https://github.com/peterblazejewicz).

Sorry, the diff of this file is not supported yet

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