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

@decoupled/xlib

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@decoupled/xlib - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

12

index.d.ts

@@ -634,10 +634,14 @@ /// <reference types="node" />

run<T>(actualRun: (cmd: string) => Promise<T>): Promise<T>;
state: "init" | "starting" | "running" | "stopping" | "stopped";
private _state;
get state(): "init" | "starting" | "running" | "stopping" | "stopped";
get isRunning(): boolean;
private pid;
private pidwrapper;
get pid(): number | undefined;
private _pid;
get pidwrapper(): number | undefined;
private _pidwrapper;
private pid_set;
private pidwrapper_set;
private pid_ckeck_if_exists;
exitCode: number | undefined;
get exitCode(): number | undefined;
private _exitCode;
waitForExitCode(): Promise<number>;

@@ -644,0 +648,0 @@ private _socket;

{
"name": "@decoupled/xlib",
"version": "0.0.15",
"version": "0.0.16",
"main": "./index.js",

@@ -5,0 +5,0 @@ "types": "./index.d.ts",

Sorry, the diff of this file is too big to display

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