cache-memory
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -112,3 +112,3 @@ "use strict"; | ||
setInternal(key, value, true, options); | ||
if (options.refreshIntervalInMilliseconds === undefined || options.refreshIntervalInMilliseconds === 0) | ||
if (options?.refreshIntervalInMilliseconds === undefined || options?.refreshIntervalInMilliseconds === 0) | ||
return; | ||
@@ -115,0 +115,0 @@ let data = self.cachedData[key]; |
{ | ||
"name": "cache-memory", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -10,3 +10,3 @@ # cache-memory | ||
```bash | ||
$ npm i cache-memory@3.0.0 | ||
$ npm i cache-memory@3.0.1 | ||
``` | ||
@@ -13,0 +13,0 @@ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
49375
0