Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "cache-lru", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "In-Memory Cache with O(1) Operations and LRU Purging Strategy", | ||
@@ -29,4 +29,4 @@ "keywords": [ "cache", "lru" ], | ||
"grunt-eslint": "20.2.0", | ||
"babel-eslint": "8.2.3", | ||
"eslint": "4.19.1", | ||
"babel-eslint": "8.2.4", | ||
"eslint": "5.0.0", | ||
"eslint-config-standard": "11.0.0", | ||
@@ -42,3 +42,3 @@ "eslint-plugin-standard": "3.1.0", | ||
"babel-preset-env": "1.7.0", | ||
"uglifyify": "5.0.0", | ||
"uglifyify": "5.0.1", | ||
"browserify-header": "0.9.4", | ||
@@ -45,0 +45,0 @@ "browserify-derequire": "0.9.6" |
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
29848