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
5
Versions
410
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 1.1.2 to 1.1.3

6

lib/states/statesInMemJsonlDB.js

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

const { JsonlDB } = require('@alcalzone/jsonl-db');
const path = require('path');

@@ -75,3 +76,6 @@ // settings = {

/** @type {JsonlDB<any>} */
this._db = new JsonlDB(settings.jsonlDB.fileName, settings.jsonlDB.jsonlOptions);
this._db = new JsonlDB(
path.join(this.dataDir, settings.jsonlDB.fileName),
settings.jsonlDB.jsonlOptions
);
}

@@ -78,0 +82,0 @@

4

package.json
{
"name": "@iobroker/db-states-jsonl",
"version": "1.1.2",
"version": "1.1.3",
"engines": {

@@ -34,3 +34,3 @@ "node": ">=10.0.0"

},
"gitHead": "b0639ec4701062a3cb8219d6f5c105e5c9b49557"
"gitHead": "b31cf47b9c68d44a59c1656028c743aeab586f77"
}
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