js-lrucache
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "js-lrucache", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Javascript implementation of least recently used cache", | ||
@@ -10,3 +10,3 @@ "author": "Xianshun Chen", | ||
"license": "MIT", | ||
"main": "./build/LRUCache.js", | ||
"main": "index.js", | ||
"directories": { | ||
@@ -13,0 +13,0 @@ "test": "test" |
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
38234
13