deep-cache
Advanced tools
Comparing version 1.5.5 to 1.5.6
@@ -84,10 +84,6 @@ /** | ||
delete this._cache[key]; | ||
callback(null, null); | ||
} else { | ||
callback(null, this._cache[key].value); | ||
return; | ||
} | ||
callback(null, this._cache[key]); | ||
return; | ||
} | ||
@@ -109,3 +105,3 @@ | ||
_this._cache[key] = parsedData.value; | ||
_this._cache[key] = parsedData; | ||
@@ -112,0 +108,0 @@ callback(null, parsedData.value); |
{ | ||
"name": "deep-cache", | ||
"version": "1.5.5", | ||
"version": "1.5.6", | ||
"description": "DEEP Cache Library", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
85073
1574