New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@iobroker/db-states-redis

Package Overview
Dependencies
Maintainers
6
Versions
435
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/db-states-redis - npm Package Compare versions

Comparing version 7.0.7-alpha.1-20250101-f1ba02661 to 7.0.7-alpha.2-20250110-fe9fbf6b6

1

build/cjs/lib/states/statesInRedisClient.js

@@ -126,3 +126,2 @@ "use strict";

let errorLogged = false;
this.settings.connection.maxQueue = this.settings.connection.maxQueue || 1e3;
this.settings.connection.options = this.settings.connection.options || {};

@@ -129,0 +128,0 @@ const retry_max_delay = this.settings.connection.options.retry_max_delay || 5e3;

@@ -113,4 +113,2 @@ /**

let errorLogged = false;
// limit max number of log entries in the list
this.settings.connection.maxQueue = this.settings.connection.maxQueue || 1000;
this.settings.connection.options = this.settings.connection.options || {};

@@ -117,0 +115,0 @@ const retry_max_delay = this.settings.connection.options.retry_max_delay || 5000;

6

package.json
{
"name": "@iobroker/db-states-redis",
"type": "module",
"version": "7.0.7-alpha.1-20250101-f1ba02661",
"version": "7.0.7-alpha.2-20250110-fe9fbf6b6",
"engines": {

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

"dependencies": {
"@iobroker/db-base": "7.0.7-alpha.1-20250101-f1ba02661",
"@iobroker/db-base": "7.0.7-alpha.2-20250110-fe9fbf6b6",
"ioredis": "^4.28.2"

@@ -49,3 +49,3 @@ },

],
"gitHead": "c13df070c258bee1d468a78e0560ab6476da8e3c"
"gitHead": "309bfc835318e78bcf4dafeb81858530ce2d2470"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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