file-system-cache
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -49,3 +49,3 @@ "use strict"; | ||
return undefined; | ||
const resultHash = libs_1.crypto.createHash('md5'); | ||
const resultHash = libs_1.crypto.createHash('sha1'); | ||
const addValue = (value) => resultHash.update(value); | ||
@@ -52,0 +52,0 @@ const addValues = libs_1.R.forEach(addValue); |
{ | ||
"name": "file-system-cache", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A super-fast, promise-based cache that reads and writes to the file-system.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
19680