lru-cache
Advanced tools
Comparing version 4.1.2 to 4.1.3
@@ -18,3 +18,3 @@ 'use strict' | ||
makeSymbol = function (key) { | ||
return Symbol.for(key) | ||
return Symbol(key) | ||
} | ||
@@ -21,0 +21,0 @@ } else { |
{ | ||
"name": "lru-cache", | ||
"description": "A cache object that deletes the least-recently-used items.", | ||
"version": "4.1.2", | ||
"version": "4.1.3", | ||
"author": "Isaac Z. Schlueter <i@izs.me>", | ||
@@ -23,3 +23,3 @@ "keywords": [ | ||
"standard": "^5.4.1", | ||
"tap": "^10.3.3" | ||
"tap": "^11.1.4" | ||
}, | ||
@@ -26,0 +26,0 @@ "license": "ISC", |
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
17605