Socket
Socket
Sign inDemoInstall

@iobroker/db-base

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-base - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

3

lib/inMemFileDB.js

@@ -71,3 +71,3 @@ /**

if (!path.isAbsolute(this.dataDir)) {
this.dataDir = path.normalize(path.join(__dirname, '..', this.dataDir));
this.dataDir = path.normalize(path.join(__dirname, '../..', this.dataDir));
}

@@ -112,2 +112,3 @@ this.dataDir = this.dataDir.replace(/\\/g, '/');

this.log.debug(this.namespace + ' Data File: ' + this.datasetName);
// load values from file

@@ -114,0 +115,0 @@ if (fs.existsSync(this.datasetName)) {

{
"name": "@iobroker/db-base",
"version": "0.0.12",
"version": "0.0.13",
"engines": {

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

},
"gitHead": "5ef0cd6223efc0a55d0091e1e2ea597f2286b5f0"
"gitHead": "9d8189588c3365a059ce10a6ebc81cc464690913"
}
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