New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@universal-packages/sub-process

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@universal-packages/sub-process - npm Package Compare versions

Comparing version 1.8.0 to 1.8.1

2

BaseRunner.d.ts

@@ -6,3 +6,3 @@ import { EventEmitter } from '@universal-packages/event-emitter';

readonly options: O;
get status(): string;
get status(): Status;
get startedAt(): Date;

@@ -9,0 +9,0 @@ get endedAt(): Date;

{
"name": "@universal-packages/sub-process",
"version": "1.8.0",
"version": "1.8.1",
"description": "Process encapsulation for different exec technics",

@@ -5,0 +5,0 @@ "author": "David De Anda <david@universal-packages.com> (https://github.com/universal-packages)",

@@ -72,7 +72,7 @@ # Sub SubProcess

#### **`stdout`** **`Buffer`**
#### **`stdout`** **`string`**
Buffer containing the stdout of the process.
#### **`stderr`** **`Buffer`**
#### **`stderr`** **`string`**

@@ -79,0 +79,0 @@ Buffer containing the stderr of the process.

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