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.5 to 2.2.6

10

child-process-promise/index.d.ts

@@ -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 @@

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