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 6.0.0 to 6.0.1

9

concurrently/index.d.ts

@@ -12,3 +12,3 @@ // Type definitions for concurrently 6.0

options?: concurrently.Options,
): Promise<null>;
): Promise<concurrently.ExitInfos[]>;

@@ -23,2 +23,9 @@ declare namespace concurrently {

}
interface ExitInfos {
command: CommandObj;
/** process completion index */
index: number;
/** process exit code */
exitCode: number;
}
interface Options {

@@ -25,0 +32,0 @@ /**

6

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

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

},
"typesPublisherContentHash": "362012b3ef6f5f138fe3584591a50c59459752fa9b0237f4b4199c584c9bdcc1",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "a5215cf23f759231e018b8212e992e5fa2734611be1dafeae5e45c6e368497a3",
"typeScriptVersion": "3.5"
}

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

### Additional Details
* Last updated: Sun, 21 Feb 2021 20:47:15 GMT
* Last updated: Sat, 06 Mar 2021 07:28:59 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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