@iobroker/db-base
Advanced tools
Comparing version 0.0.14 to 1.0.0
@@ -352,3 +352,3 @@ /** | ||
// Destructor of the class. Called by shutting down. | ||
destroy() { | ||
async destroy() { | ||
this.stateTimer && this.saveState(); | ||
@@ -355,0 +355,0 @@ } |
@@ -170,3 +170,3 @@ const Resp = require('respjs'); | ||
this.log.silly(this.socketId + ' Redis response DIRECT: ' + data.toString().replace(/[\r\n]+/g, '')); | ||
} // TODO remove data logging (performance) | ||
} | ||
return this._write(data); | ||
@@ -173,0 +173,0 @@ } |
{ | ||
"name": "@iobroker/db-base", | ||
"version": "0.0.14", | ||
"version": "1.0.0", | ||
"engines": { | ||
@@ -34,3 +34,3 @@ "node": ">=10.0.0" | ||
}, | ||
"gitHead": "6f1253ede80b73ec1ffbc24d1afd19f2552bbdc4" | ||
"gitHead": "eaedf07726250c1fb3bf3cbfa9778e6cddd5c963" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
26479