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

@iobroker/js-controller-common

Package Overview
Dependencies
Maintainers
6
Versions
395
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/js-controller-common - npm Package Compare versions

Comparing version 5.0.20-alpha.0-20240504-31d1cb492 to 5.0.20-alpha.0-20240508-d36cddc8d

18

build/cjs/lib/common/tools.d.ts

@@ -682,3 +682,21 @@ /// <reference types="node" resolution-mode="require"/>

export declare function getHostObject(oldObj?: ioBroker.HostObject | null): ioBroker.HostObject;
/**
* Get file name of the pids file
*
* @returns file name of the pids file
*/
export declare function getPidsFileName(): string;
/**
* Get all ioBroker process ids
*
* @returns process ids or empty array if no process running
*/
export declare function getPids(): Promise<number[]>;
/**
* Get the controller pid
*
* @returns pid if running else undefined
*/
export declare function getControllerPid(): Promise<number | undefined>;
export * from '../../lib/common/maybeCallback.js';
//# sourceMappingURL=tools.d.ts.map

@@ -682,3 +682,21 @@ /// <reference types="node" resolution-mode="require"/>

export declare function getHostObject(oldObj?: ioBroker.HostObject | null): ioBroker.HostObject;
/**
* Get file name of the pids file
*
* @returns file name of the pids file
*/
export declare function getPidsFileName(): string;
/**
* Get all ioBroker process ids
*
* @returns process ids or empty array if no process running
*/
export declare function getPids(): Promise<number[]>;
/**
* Get the controller pid
*
* @returns pid if running else undefined
*/
export declare function getControllerPid(): Promise<number | undefined>;
export * from '../../lib/common/maybeCallback.js';
//# sourceMappingURL=tools.d.ts.map

4

package.json
{
"name": "@iobroker/js-controller-common",
"type": "module",
"version": "5.0.20-alpha.0-20240504-31d1cb492",
"version": "5.0.20-alpha.0-20240508-d36cddc8d",
"engines": {

@@ -76,3 +76,3 @@ "node": ">=18.0.0"

],
"gitHead": "b86d81487842aa41fb8104399d978699bf6237dc"
"gitHead": "a1bf1c4c5ca460d8d1faaf73dcc7cfe1d93ed3b7"
}

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

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