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

@iobroker/js-controller-common

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.18-alpha.0-20231217-91a2303a to 5.0.18-alpha.0-20231219-3fe17c22

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

export interface RepositoryFile {
json: Record<string, any>;
json: ioBroker.RepositoryJson;
changed: boolean;

@@ -217,6 +217,6 @@ hash: string;

* @param force Force repository update despite on hash
* @param _actualRepo Actual repository
* @param _actualRepo Actual repository JSON content
*
*/
export declare function getRepositoryFileAsync(url: string, hash?: string, force?: boolean, _actualRepo?: RepositoryFile): Promise<RepositoryFile>;
export declare function getRepositoryFileAsync(url: string, hash?: string, force?: boolean, _actualRepo?: ioBroker.RepositoryJson | null): Promise<RepositoryFile>;
/**

@@ -223,0 +223,0 @@ * Sends the given object to the diagnosis server

{
"name": "@iobroker/js-controller-common",
"version": "5.0.18-alpha.0-20231217-91a2303a",
"version": "5.0.18-alpha.0-20231219-3fe17c22",
"engines": {

@@ -73,3 +73,3 @@ "node": ">=12.0.0"

],
"gitHead": "32ac9cd1f736c69c1281e59d56c35b353f94bfcf"
"gitHead": "a0b03f9c20711af257c23f4ed292ebae0d5f9dfe"
}

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