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

@iobroker/db-base

Package Overview
Dependencies
Maintainers
6
Versions
424
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 5.0.20-alpha.0-20240308-3bbff415 to 5.0.20-alpha.0-20240314-559f7b7a

10

build/lib/inMemFileDB.js

@@ -43,6 +43,6 @@ "use strict";

this.settings.backup = this.settings.connection.backup || {
disabled: false,
files: 24,
hours: 48,
period: 120,
disabled: false, // deactivates
files: 24, // minimum number of files
hours: 48, // hours
period: 120, // minutes
path: '' // use default path

@@ -161,3 +161,3 @@ };

}
this.settings.backup.period *= 60000;
this.settings.backup.period *= 60_000;
this.settings.backup.files =

@@ -164,0 +164,0 @@ this.settings.backup.files === undefined ? 24 : parseInt(String(this.settings.backup.files));

{
"name": "@iobroker/db-base",
"version": "5.0.20-alpha.0-20240308-3bbff415",
"version": "5.0.20-alpha.0-20240314-559f7b7a",
"engines": {

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

"dependencies": {
"@iobroker/js-controller-common": "5.0.20-alpha.0-20240308-3bbff415",
"@iobroker/js-controller-common": "5.0.20-alpha.0-20240314-559f7b7a",
"deep-clone": "^3.0.3",

@@ -55,3 +55,3 @@ "fs-extra": "^11.1.0",

],
"gitHead": "9ec4081ba96d64acde407d773b43cdb205866e43"
"gitHead": "0cd41f8ea3d7b0b4818e9c88e89179d2b89fcab1"
}

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