Socket
Socket
Sign inDemoInstall

@iobroker/db-states-file

Package Overview
Dependencies
Maintainers
6
Versions
417
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/db-states-file - npm Package Compare versions

Comparing version 5.0.18-alpha.0-20231201-5b321f38 to 5.0.18-alpha.0-20231211-5b429316

11

build/index.d.ts

@@ -1,5 +0,8 @@

export const StatesInMemoryFileDB: typeof import("./lib/states/statesInMemFileDB");
export const Client: typeof import("@iobroker/db-states-redis").Client;
export const Server: typeof import("./lib/states/statesInMemServerClass.js");
export function getDefaultPort(_host: any): number;
export declare const StatesInMemoryFileDB: any;
export declare const Client: any;
export declare const Server: any;
/**
* Get the default port of the objects db
*/
export declare function getDefaultPort(): number;
//# sourceMappingURL=index.d.ts.map
"use strict";
module.exports = {
StatesInMemoryFileDB: require('./lib/states/statesInMemFileDB'),
Client: require('@iobroker/db-states-redis').Client,
Server: require('./lib/states/statesInMemServerClass.js'),
getDefaultPort: _host => {
return 9000;
}
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.getDefaultPort = exports.Server = exports.Client = exports.StatesInMemoryFileDB = void 0;
// eslint-disable-next-line @typescript-eslint/no-var-requires
exports.StatesInMemoryFileDB = require('./lib/states/statesInMemFileDB');
// eslint-disable-next-line @typescript-eslint/no-var-requires
exports.Client = require('@iobroker/db-states-redis').Client;
// eslint-disable-next-line @typescript-eslint/no-var-requires
exports.Server = require('./lib/states/statesInMemServerClass.js');
/**
* Get the default port of the objects db
*/
function getDefaultPort() {
return 9000;
}
exports.getDefaultPort = getDefaultPort;
//# sourceMappingURL=index.js.map

@@ -14,2 +14,3 @@ /**

'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
const { InMemoryFileDB } = require('@iobroker/db-base');

@@ -16,0 +17,0 @@ const tools = require('@iobroker/db-base').tools;

@@ -14,2 +14,3 @@ /**

'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
const StatesInRedisClient = require('@iobroker/db-states-redis').Client;

@@ -16,0 +17,0 @@ const StatesInMemServer = require('./statesInMemServerRedis');

@@ -14,2 +14,3 @@ /**

'use strict';
Object.defineProperty(exports, "__esModule", { value: true });
const net = require('net');

@@ -16,0 +17,0 @@ const { inspect } = require('util');

{
"name": "@iobroker/db-states-file",
"version": "5.0.18-alpha.0-20231201-5b321f38",
"version": "5.0.18-alpha.0-20231211-5b429316",
"engines": {

@@ -8,4 +8,4 @@ "node": ">=12.0.0"

"dependencies": {
"@iobroker/db-base": "5.0.18-alpha.0-20231201-5b321f38",
"@iobroker/db-states-redis": "5.0.18-alpha.0-20231201-5b321f38"
"@iobroker/db-base": "5.0.18-alpha.0-20231211-5b429316",
"@iobroker/db-states-redis": "5.0.18-alpha.0-20231211-5b429316"
},

@@ -41,3 +41,3 @@ "keywords": [

],
"gitHead": "782ee1fea84c41cab3b1568bf7d5eaf7e393e899"
"gitHead": "1c3e6fd79e392d6a53dc7443188876e9f59a7d8e"
}

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