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-20240425-20b08f31 to 5.0.20-alpha.0-20240426-289fdff3

6

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

@@ -5,2 +5,8 @@ /** Prefix for system internal adapter and instance ids */

export declare const SYSTEM_HOST_PREFIX = "system.host.";
/** The system repositories id */
export declare const SYSTEM_REPOSITORIES_ID = "system.repositories";
/** The system config id */
export declare const SYSTEM_CONFIG_ID = "system.config";
/** Unicode symbol to be appended on endkey of getObjectView */
export declare const HIGHEST_UNICODE_SYMBOL = "\u9999";
//# sourceMappingURL=constants.d.ts.map

13

build/cjs/lib/common/constants.js

@@ -21,4 +21,7 @@ "use strict";

__export(constants_exports, {
HIGHEST_UNICODE_SYMBOL: () => HIGHEST_UNICODE_SYMBOL,
SYSTEM_ADAPTER_PREFIX: () => SYSTEM_ADAPTER_PREFIX,
SYSTEM_HOST_PREFIX: () => SYSTEM_HOST_PREFIX
SYSTEM_CONFIG_ID: () => SYSTEM_CONFIG_ID,
SYSTEM_HOST_PREFIX: () => SYSTEM_HOST_PREFIX,
SYSTEM_REPOSITORIES_ID: () => SYSTEM_REPOSITORIES_ID
});

@@ -28,7 +31,13 @@ module.exports = __toCommonJS(constants_exports);

const SYSTEM_HOST_PREFIX = "system.host.";
const SYSTEM_REPOSITORIES_ID = "system.repositories";
const SYSTEM_CONFIG_ID = "system.config";
const HIGHEST_UNICODE_SYMBOL = "\u9999";
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
HIGHEST_UNICODE_SYMBOL,
SYSTEM_ADAPTER_PREFIX,
SYSTEM_HOST_PREFIX
SYSTEM_CONFIG_ID,
SYSTEM_HOST_PREFIX,
SYSTEM_REPOSITORIES_ID
});
//# sourceMappingURL=constants.js.map

@@ -5,2 +5,8 @@ /** Prefix for system internal adapter and instance ids */

export declare const SYSTEM_HOST_PREFIX = "system.host.";
/** The system repositories id */
export declare const SYSTEM_REPOSITORIES_ID = "system.repositories";
/** The system config id */
export declare const SYSTEM_CONFIG_ID = "system.config";
/** Unicode symbol to be appended on endkey of getObjectView */
export declare const HIGHEST_UNICODE_SYMBOL = "\u9999";
//# sourceMappingURL=constants.d.ts.map

@@ -5,2 +5,8 @@ /** Prefix for system internal adapter and instance ids */

export const SYSTEM_HOST_PREFIX = 'system.host.';
/** The system repositories id */
export const SYSTEM_REPOSITORIES_ID = 'system.repositories';
/** The system config id */
export const SYSTEM_CONFIG_ID = 'system.config';
/** Unicode symbol to be appended on endkey of getObjectView */
export const HIGHEST_UNICODE_SYMBOL = '\u9999';
//# sourceMappingURL=constants.js.map

4

package.json
{
"name": "@iobroker/js-controller-common",
"type": "module",
"version": "5.0.20-alpha.0-20240425-20b08f31",
"version": "5.0.20-alpha.0-20240426-289fdff3",
"engines": {

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

],
"gitHead": "969fbeb855ade1901884879d7f4bb2ee4090ab8d"
"gitHead": "ce1b99e4621b37b47d1db5abc333f1551e2cb84b"
}

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 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