@iobroker/db-states-file
Advanced tools
Comparing version 0.0.6 to 0.0.9
module.exports = { | ||
Client: require('@iobroker/db-states-redis').Client, | ||
Server: require('./lib/states/statesInMemServerRedis.js') | ||
Server: require('./lib/states/statesInMemServerRedis.js'), | ||
getDefaultObjectsPort: _host => { | ||
return 9000; | ||
} | ||
}; |
@@ -234,4 +234,4 @@ /** | ||
// comment | ||
if (state.c) { | ||
obj.c = state.c.toString().substring(0, 512); | ||
if (state.c && typeof state.c === 'string') { | ||
obj.c = state.c.substring(0, 512); | ||
} | ||
@@ -238,0 +238,0 @@ |
{ | ||
"name": "@iobroker/db-states-file", | ||
"version": "0.0.6", | ||
"version": "0.0.9", | ||
"engines": { | ||
@@ -8,4 +8,4 @@ "node": ">=10.0.0" | ||
"dependencies": { | ||
"@iobroker/db-base": "^0.0.6", | ||
"@iobroker/db-states-redis": "^0.0.6" | ||
"@iobroker/db-base": "^0.0.9", | ||
"@iobroker/db-states-redis": "^0.0.9" | ||
}, | ||
@@ -33,3 +33,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "7a393ba68f8ebd5aa2b43d6576eb2d38e8e78d13" | ||
"gitHead": "69d04f905212215ad8c92f2eac5ad4b949621965" | ||
} |
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
44904
1011
8078
10
88
+ Added@iobroker/db-base@0.0.9(transitive)
+ Added@iobroker/db-states-redis@0.0.9(transitive)
- Removed@iobroker/db-base@0.0.6(transitive)
- Removed@iobroker/db-states-redis@0.0.6(transitive)
Updated@iobroker/db-base@^0.0.9