lru-cache
Advanced tools
Comparing version 2.6.1 to 2.6.2
@@ -241,3 +241,2 @@ ;(function () { // closure for web browsers | ||
hit.lu = self._mru ++ | ||
if (self._maxAge) hit.now = Date.now() | ||
self._lruList[hit.lu] = hit | ||
@@ -244,0 +243,0 @@ } |
{ | ||
"name": "lru-cache", | ||
"description": "A cache object that deletes the least-recently-used items.", | ||
"version": "2.6.1", | ||
"version": "2.6.2", | ||
"author": "Isaac Z. Schlueter <i@izs.me>", | ||
@@ -6,0 +6,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
11
24128
710