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

@iobroker/db-states-redis

Package Overview
Dependencies
Maintainers
5
Versions
423
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 1.2.6 to 1.2.7

12

lib/states/statesInRedisClient.js

@@ -317,7 +317,9 @@ /**

for (const sub of Object.keys(this.subSystem.ioBrokerSubscriptions)) {
try {
await this.subSystem.psubscribe(sub);
} catch {
//ignore
if (this.subSystem) {
for (const sub of Object.keys(this.subSystem.ioBrokerSubscriptions)) {
try {
await this.subSystem.psubscribe(sub);
} catch {
//ignore
}
}

@@ -324,0 +326,0 @@ }

{
"name": "@iobroker/db-states-redis",
"version": "1.2.6",
"version": "1.2.7",
"engines": {

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

"@iobroker/db-base": "1.2.4",
"ioredis": "^4.27.3"
"ioredis": "^4.27.5"
},

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

},
"gitHead": "20816e582c8b92a9eb9f4bf7e90d12cba566a143"
"gitHead": "d937b3d6ffc6385ccb0e6436cf9f0432fccf08bf"
}
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