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

@types/child-process-promise

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/child-process-promise - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

8

child-process-promise/index.d.ts

@@ -41,3 +41,3 @@ // Type definitions for child-process-promise 2.2

*/
capture?: []|['stdout'|'stderr']|['stdout', 'stderr']|['stderr', 'stdout'];
capture?: []|['stdout'|'stderr']|['stdout', 'stderr']|['stderr', 'stdout'] | undefined;
/**

@@ -47,3 +47,3 @@ * Array of the numbers that should be interpreted as successful execution codes

*/
successfulExitCodes?: number[];
successfulExitCodes?: number[] | undefined;
}

@@ -57,7 +57,7 @@

command: Readonly<string>,
options: Readonly<Options & { encoding?: BufferEncoding } & ExecOptions>
options: Readonly<Options & { encoding?: BufferEncoding | undefined } & ExecOptions>
): ChildProcessPromise<PromiseResult<string>>;
export function exec(
command: Readonly<string>,
options: Readonly<Options & { encoding?: string } & ExecOptions>
options: Readonly<Options & { encoding?: string | undefined } & ExecOptions>
): ChildProcessPromise<PromiseResult<string | Buffer>>;

@@ -64,0 +64,0 @@ export function exec(

{
"name": "@types/child-process-promise",
"version": "2.2.1",
"version": "2.2.2",
"description": "TypeScript definitions for child-process-promise",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/child-process-promise",
"license": "MIT",

@@ -14,3 +15,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -25,4 +26,4 @@ "type": "git",

},
"typesPublisherContentHash": "41398e7b42e81dfe7318fa64492b450a522a09247015017a782d44467af36ef9",
"typeScriptVersion": "3.0"
"typesPublisherContentHash": "6a11d7041bc5f1e53916cf597f1c970727fb22cdefff7a975fd9af835a5c557d",
"typeScriptVersion": "3.6"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for child-process-promise ( https://github.com/patrick-steele-idem/child-process-promise ).
This package contains type definitions for child-process-promise (https://github.com/patrick-steele-idem/child-process-promise).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/child-process-promise
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/child-process-promise.
Additional Details
* Last updated: Fri, 22 Mar 2019 23:30:51 GMT
* Dependencies: @types/node
### Additional Details
* Last updated: Thu, 08 Jul 2021 09:07:16 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Luis Paulo <https://github.com/TheDSCPL>.
These definitions were written by [Luis Paulo](https://github.com/TheDSCPL).

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