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

@iobroker/db-states-jsonl

Package Overview
Dependencies
Maintainers
6
Versions
418
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 5.0.20-alpha.0-20240418-165fc4c8 to 5.0.20-alpha.0-20240418-c6e3443f

5

build/cjs/lib/states/statesInMemJsonlDB.d.ts

@@ -1,2 +0,1 @@

declare const StatesInMemoryJsonlDB_base: typeof import("../../../../../node_modules/@iobroker/db-states-file/build/esm/lib/states/statesInMemFileDB.js").default;
/**

@@ -6,3 +5,3 @@ * This class inherits InMemoryFileDB class and adds all relevant logic for states

**/
export default class StatesInMemoryJsonlDB extends StatesInMemoryJsonlDB_base {
export class StatesInMemoryJsonlDB extends StatesInMemoryFileDB {
constructor(settings: any);

@@ -20,4 +19,4 @@ /** @type {JsonlDB<any>} */

}
import { StatesInMemoryFileDB } from '@iobroker/db-states-file';
import { JsonlDB } from '@alcalzone/jsonl-db';
export {};
//# sourceMappingURL=statesInMemJsonlDB.d.ts.map

6

build/cjs/lib/states/statesInMemJsonlDB.js

@@ -27,3 +27,3 @@ "use strict";

__export(statesInMemJsonlDB_exports, {
default: () => StatesInMemoryJsonlDB
StatesInMemoryJsonlDB: () => StatesInMemoryJsonlDB
});

@@ -213,3 +213,5 @@ module.exports = __toCommonJS(statesInMemJsonlDB_exports);

// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {});
0 && (module.exports = {
StatesInMemoryJsonlDB
});
//# sourceMappingURL=statesInMemJsonlDB.js.map

@@ -70,4 +70,4 @@ /// <reference types="node" resolution-mode="require"/>

}
import StatesInMemoryJsonlDB from './statesInMemJsonlDB.js';
import { StatesInMemoryJsonlDB } from './statesInMemJsonlDB.js';
import net from 'node:net';
//# sourceMappingURL=statesInMemServerRedis.d.ts.map

@@ -33,5 +33,5 @@ "use strict";

var import_db_base = require("@iobroker/db-base");
var import_statesInMemJsonlDB = __toESM(require("./statesInMemJsonlDB.js"), 1);
var import_statesInMemJsonlDB = require("./statesInMemJsonlDB.js");
var import_tools = require("@iobroker/js-controller-common/tools");
class StatesInMemoryServer extends import_statesInMemJsonlDB.default {
class StatesInMemoryServer extends import_statesInMemJsonlDB.StatesInMemoryJsonlDB {
constructor(settings) {

@@ -38,0 +38,0 @@ super(settings);

@@ -1,2 +0,1 @@

declare const StatesInMemoryJsonlDB_base: typeof import("../../../../../node_modules/@iobroker/db-states-file/build/esm/lib/states/statesInMemFileDB.js").default;
/**

@@ -6,3 +5,3 @@ * This class inherits InMemoryFileDB class and adds all relevant logic for states

**/
export default class StatesInMemoryJsonlDB extends StatesInMemoryJsonlDB_base {
export class StatesInMemoryJsonlDB extends StatesInMemoryFileDB {
constructor(settings: any);

@@ -20,4 +19,4 @@ /** @type {JsonlDB<any>} */

}
import { StatesInMemoryFileDB } from '@iobroker/db-states-file';
import { JsonlDB } from '@alcalzone/jsonl-db';
export {};
//# sourceMappingURL=statesInMemJsonlDB.d.ts.map

@@ -98,3 +98,3 @@ /**

**/
export default class StatesInMemoryJsonlDB extends StatesInMemoryFileDB {
export class StatesInMemoryJsonlDB extends StatesInMemoryFileDB {
constructor(settings) {

@@ -101,0 +101,0 @@ settings = settings || {};

@@ -70,4 +70,4 @@ /// <reference types="node" resolution-mode="require"/>

}
import StatesInMemoryJsonlDB from './statesInMemJsonlDB.js';
import { StatesInMemoryJsonlDB } from './statesInMemJsonlDB.js';
import net from 'node:net';
//# sourceMappingURL=statesInMemServerRedis.d.ts.map

@@ -12,3 +12,3 @@ /**

import { RedisHandler } from '@iobroker/db-base';
import StatesInMemoryJsonlDB from './statesInMemJsonlDB.js';
import { StatesInMemoryJsonlDB } from './statesInMemJsonlDB.js';
import { getLocalAddress } from '@iobroker/js-controller-common/tools';

@@ -15,0 +15,0 @@ // settings = {

{
"name": "@iobroker/db-states-jsonl",
"type": "module",
"version": "5.0.20-alpha.0-20240418-165fc4c8",
"version": "5.0.20-alpha.0-20240418-c6e3443f",
"engines": {

@@ -10,5 +10,5 @@ "node": ">=12.0.0"

"@alcalzone/jsonl-db": "~3.1.1",
"@iobroker/db-base": "5.0.20-alpha.0-20240418-165fc4c8",
"@iobroker/db-states-file": "5.0.20-alpha.0-20240418-165fc4c8",
"@iobroker/db-states-redis": "5.0.20-alpha.0-20240418-165fc4c8"
"@iobroker/db-base": "5.0.20-alpha.0-20240418-c6e3443f",
"@iobroker/db-states-file": "5.0.20-alpha.0-20240418-c6e3443f",
"@iobroker/db-states-redis": "5.0.20-alpha.0-20240418-c6e3443f"
},

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

],
"gitHead": "ba7b732f23ddf0da772e23ed6175185ec204ee6b"
"gitHead": "55f9714e5db3209c7836c12c0a994979c16f5a56"
}

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

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