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.2.1 to 6.0.0

9

concurrently/index.d.ts

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

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

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

// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference types="node" />

@@ -19,2 +18,3 @@

command: string;
cwd?: Options['cwd'];
env?: NodeJS.ProcessEnv;

@@ -25,2 +25,7 @@ name?: string;

interface Options {
/**
* The working directory to be used by all commands. Can be overridden per command.
* @default process.cwd()
*/
cwd?: string;
/** the default input target when reading from `inputStream`. Default: `0`. */

@@ -27,0 +32,0 @@ defaultInputTarget?: number;

{
"name": "@types/concurrently",
"version": "5.2.1",
"version": "6.0.0",
"description": "TypeScript definitions for concurrently",

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

},
"typesPublisherContentHash": "555f307677b60b576b2bc0b8ee2bf4028637723dce51d02bc7349c39430ca782",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "362012b3ef6f5f138fe3584591a50c59459752fa9b0237f4b4199c584c9bdcc1",
"typeScriptVersion": "3.4"
}

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

### Additional Details
* Last updated: Sun, 31 May 2020 08:10:21 GMT
* Last updated: Sun, 21 Feb 2021 20:47:15 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