Comparing version 1.1.10 to 1.1.11
{ | ||
"name": "cache-lru", | ||
"version": "1.1.10", | ||
"version": "1.1.11", | ||
"description": "In-Memory Cache with O(1) Operations and LRU Purging Strategy", | ||
@@ -20,3 +20,3 @@ "keywords": [ "cache", "lru" ], | ||
"devDependencies": { | ||
"grunt": "1.0.4", | ||
"grunt": "1.3.0", | ||
"grunt-cli": "1.3.2", | ||
@@ -26,15 +26,14 @@ "grunt-contrib-clean": "2.0.0", | ||
"grunt-mocha-test": "0.13.3", | ||
"grunt-eslint": "22.0.0", | ||
"babel-eslint": "10.0.3", | ||
"eslint": "6.8.0", | ||
"eslint-config-standard": "14.1.0", | ||
"eslint-plugin-standard": "4.0.1", | ||
"grunt-eslint": "23.0.0", | ||
"babel-eslint": "10.1.0", | ||
"eslint": "7.16.0", | ||
"eslint-config-standard": "16.0.2", | ||
"eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-import": "2.19.1", | ||
"eslint-plugin-node": "10.0.0", | ||
"mocha": "6.2.2", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-node": "11.1.0", | ||
"mocha": "8.2.1", | ||
"chai": "4.2.0", | ||
"babelify": "10.0.0", | ||
"@babel/core": "7.7.7", | ||
"@babel/preset-env": "7.7.7", | ||
"@babel/core": "7.12.10", | ||
"@babel/preset-env": "7.12.11", | ||
"uglifyify": "5.0.2", | ||
@@ -41,0 +40,0 @@ "browserify-header": "1.0.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
20
30011