@types/child-process-promise
Advanced tools
Comparing version 2.2.5 to 2.2.6
@@ -67,3 +67,3 @@ /// <reference types="node" /> | ||
file: Readonly<string>, | ||
args: ReadonlyArray<string> | null, | ||
args: readonly string[] | null, | ||
options: Readonly<Options & ExecFileOptionsWithBufferEncoding>, | ||
@@ -81,3 +81,3 @@ ): ChildProcessPromise<PromiseResult<Buffer>>; | ||
file: Readonly<string>, | ||
args: ReadonlyArray<string> | null, | ||
args: readonly string[] | null, | ||
options: Readonly<Options & ExecFileOptionsWithOtherEncoding>, | ||
@@ -87,3 +87,3 @@ ): ChildProcessPromise<PromiseResult<string | Buffer>>; | ||
file: Readonly<string>, | ||
args?: ReadonlyArray<string> | null, | ||
args?: readonly string[] | null, | ||
options?: Readonly<Options & ExecFileOptionsWithStringEncoding>, | ||
@@ -94,3 +94,3 @@ ): ChildProcessPromise<PromiseResult<string>>; | ||
command: Readonly<string>, | ||
args?: ReadonlyArray<string> | null, | ||
args?: readonly string[] | null, | ||
options?: Readonly<Options & SpawnOptions>, | ||
@@ -101,4 +101,4 @@ ): ChildProcessPromise<SpawnPromiseResult>; | ||
modulePath: string, | ||
args?: ReadonlyArray<string>, | ||
args?: readonly string[], | ||
options?: Readonly<Options & ForkOptions>, | ||
): ChildProcessPromise<SpawnPromiseResult>; |
{ | ||
"name": "@types/child-process-promise", | ||
"version": "2.2.5", | ||
"version": "2.2.6", | ||
"description": "TypeScript definitions for child-process-promise", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/child-process-promise", | ||
}, | ||
"typesPublisherContentHash": "a82e9d0045a6693b030f207b3889129ed3a6206826870b2c4d9e668851166e80", | ||
"typesPublisherContentHash": "c428d1027744445ec14d55752f2adad1cd6cb1f1e1515c9d6ceca25b81eb22ca", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 06 Nov 2023 22:41:05 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:23 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5865