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
417
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 4.0.9-alpha.5-20220212-1262c69e to 4.0.9

8

lib/states/statesInMemJsonlDB.js

@@ -69,2 +69,10 @@ /**

maxBufferedCommands: 2000
},
lockfile: {
// 5 retries starting at 250ms add up to just above 2s,
// so the DB has 3 more seconds to load all data if it wants to stay within the 5s connectionTimeout
retries: 5,
retryMinTimeoutMs: 250,
// This makes sure the DB stays locked for maximum 2s even if the process crashes
staleMs: 2000
}

@@ -71,0 +79,0 @@ };

12

package.json
{
"name": "@iobroker/db-states-jsonl",
"version": "4.0.9-alpha.5-20220212-1262c69e",
"version": "4.0.9",
"engines": {

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

"dependencies": {
"@alcalzone/jsonl-db": "~2.4.3",
"@iobroker/db-base": "4.0.9-alpha.5-20220212-1262c69e",
"@iobroker/db-states-file": "4.0.9-alpha.5-20220212-1262c69e",
"@iobroker/db-states-redis": "4.0.9-alpha.5-20220212-1262c69e"
"@alcalzone/jsonl-db": "~2.5.1",
"@iobroker/db-base": "4.0.9",
"@iobroker/db-states-file": "4.0.9",
"@iobroker/db-states-redis": "4.0.9"
},

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

],
"gitHead": "80f50546caf995533f78bbc4315b2a0da1f78ea2"
"gitHead": "2dbcd130e6ea7bf4398e3dc8daa0f43a81f87eaa"
}
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