@iobroker/db-objects-file
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -230,3 +230,3 @@ /** | ||
const shasum = crypto.createHash('sha1'); | ||
const buf = new Buffer(data[1]); | ||
const buf = Buffer.from(data[1]); | ||
shasum.update(buf); | ||
@@ -233,0 +233,0 @@ const scriptChecksum = shasum.digest('hex'); |
{ | ||
"name": "@iobroker/db-objects-file", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"engines": { | ||
@@ -35,3 +35,3 @@ "node": ">=10.0.0" | ||
}, | ||
"gitHead": "eaedf07726250c1fb3bf3cbfa9778e6cddd5c963" | ||
"gitHead": "3e3b5557fb118b961fb8cfba08c69687d9af8617" | ||
} |
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
81940