receptacle
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -92,3 +92,3 @@ 'use strict' | ||
// Replace an old key. | ||
clearInterval(oldRecord.timeout) | ||
clearTimeout(oldRecord.timeout) | ||
this.items.splice(this.items.indexOf(oldRecord), 1, record) | ||
@@ -95,0 +95,0 @@ } else { |
{ | ||
"name": "receptacle", | ||
"description": "In memory cache lru cache with ttl support.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Dylan Piercey <pierceydylan@gmail.com>", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/DylanPiercey/receptacle/issues", |
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
0
10783