Comparing version 1.0.16 to 1.0.17
{ | ||
"name": "cache-lru", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "In-Memory Cache with O(1) Operations and LRU Purging Strategy", | ||
@@ -27,6 +27,6 @@ "keywords": [ "cache", "lru" ], | ||
"grunt-contrib-clean": "~1.1.0", | ||
"grunt-browserify": "~5.0.0", | ||
"grunt-mocha-test": "~0.13.2", | ||
"mocha": "~3.4.2", | ||
"chai": "~4.0.1", | ||
"grunt-browserify": "~5.2.0", | ||
"grunt-mocha-test": "~0.13.3", | ||
"mocha": "~4.0.1", | ||
"chai": "~4.1.2", | ||
"babelify": "~7.3.0", | ||
@@ -33,0 +33,0 @@ "babel-preset-es2015": "~6.24.1", |
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
28055
10