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.0.0 to 1.0.3

2

index.js
module.exports = {
Client: require('./lib/states/statesInRedisClient.js'),
Server: null,
getDefaultObjectsPort: host => {
getDefaultPort: host => {
return (host.includes(',')) ? 26379 : 6379;
}
};
{
"name": "@iobroker/db-states-redis",
"version": "1.0.0",
"version": "1.0.3",
"engines": {

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

},
"gitHead": "eaedf07726250c1fb3bf3cbfa9778e6cddd5c963"
"gitHead": "731ee0d01136fb7f73d7bbb7fbf622f748786ba0"
}
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