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

@types/teen_process

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/teen_process - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

12

teen_process/index.d.ts

@@ -90,3 +90,3 @@ /// <reference types="node" />

cmd: string,
args: ReadonlyArray<string> | undefined,
args: readonly string[] | undefined,
opts: TeenProcessExecOptions & { isBuffer: true },

@@ -96,3 +96,3 @@ ): Promise<TeenProcessExecResult<Buffer>>;

cmd: string,
args?: ReadonlyArray<string>,
args?: readonly string[],
opts?: TeenProcessExecOptions,

@@ -118,3 +118,3 @@ ): Promise<TeenProcessExecResult<string>>;

cmd: string;
args: ReadonlyArray<string>;
args: readonly string[];
proc: ChildProcess | null;

@@ -125,7 +125,7 @@ opts: SubProcessOptions;

constructor(cmd: string, args?: ReadonlyArray<string>, opts?: SubProcessOptions);
constructor(cmd: string, args?: readonly string[], opts?: SubProcessOptions);
readonly isRunning: boolean;
emitLines(stream: string, lines: ReadonlyArray<string>): void;
emitLines(stream: string, lines: readonly string[]): void;

@@ -167,3 +167,3 @@ /**

*/
join(allowedExitCodes?: ReadonlyArray<number>): Promise<number>;
join(allowedExitCodes?: readonly number[]): Promise<number>;

@@ -170,0 +170,0 @@ /*

{
"name": "@types/teen_process",
"version": "2.0.3",
"version": "2.0.4",
"description": "TypeScript definitions for teen_process",

@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/teen_process",

},
"typesPublisherContentHash": "9ff1702a67a48759db35b7967b30c19445696616dc07eaff4e4d2d1314c6ecf7",
"typesPublisherContentHash": "87a88ef21cd847180b5634d54d71ebb410d3a605cf896471b5bdbc1a22891385",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 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