Socket
Socket
Sign inDemoInstall

@iobroker/db-states-redis

Package Overview
Dependencies
Maintainers
5
Versions
415
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 0.0.6 to 0.0.9

5

index.js
module.exports = {
Client: require('./lib/states/statesInRedis.js'),
Server: null
Server: null,
getDefaultObjectsPort: host => {
return (host.includes(',')) ? 26379 : 6379;
}
};

@@ -525,2 +525,7 @@ /**

// set comment
if (typeof state.c === 'string' && state.c) {
obj.c = state.c.substring(0, 512);
}
obj.from = state.from;

@@ -527,0 +532,0 @@

8

package.json
{
"name": "@iobroker/db-states-redis",
"version": "0.0.6",
"version": "0.0.9",
"engines": {

@@ -8,4 +8,4 @@ "node": ">=10.0.0"

"dependencies": {
"@iobroker/db-base": "^0.0.6",
"ioredis": "^4.17.3"
"@iobroker/db-base": "^0.0.9",
"ioredis": "^4.19.4"
},

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

},
"gitHead": "7a393ba68f8ebd5aa2b43d6576eb2d38e8e78d13"
"gitHead": "69d04f905212215ad8c92f2eac5ad4b949621965"
}
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