@iobroker/db-states-redis
Advanced tools
Comparing version 1.0.0 to 1.0.3
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" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
49894