Comparing version 1.0.17 to 1.0.18
{ | ||
"name": "cache-lru", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "In-Memory Cache with O(1) Operations and LRU Purging Strategy", | ||
@@ -5,0 +5,0 @@ "main": "lib/cache-lru.js", |
{ | ||
"name": "cache-lru", | ||
"version": "1.0.17", | ||
"version": "1.0.18", | ||
"description": "In-Memory Cache with O(1) Operations and LRU Purging Strategy", | ||
@@ -31,3 +31,4 @@ "keywords": [ "cache", "lru" ], | ||
"chai": "~4.1.2", | ||
"babelify": "~7.3.0", | ||
"babelify": "~8.0.0", | ||
"babel-core": "~6.26.0", | ||
"babel-preset-es2015": "~6.24.1", | ||
@@ -34,0 +35,0 @@ "minifyify": "~7.3.5", |
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
28098
14