Socket
Socket
Sign inDemoInstall

@iobroker/db-objects-jsonl

Package Overview
Dependencies
Maintainers
5
Versions
403
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.1.2 to 1.1.3

6

lib/objects/objectsInMemJsonlDB.js

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

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

@@ -52,3 +53,6 @@ /**

/** @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
);
}

@@ -55,0 +59,0 @@

4

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

@@ -37,3 +37,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