lru-cache-for-clusters-as-promised
Advanced tools
Comparing version 1.5.3 to 1.5.4
{ | ||
"name": "lru-cache-for-clusters-as-promised", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "LRU Cache that is safe for clusters", | ||
@@ -13,3 +13,6 @@ "main": "./lru-cache-for-clusters-as-promised.js", | ||
"validate": "./node_modules/.bin/module-validator", | ||
"depcheck": "./node_modules/.bin/dependency-checker" | ||
"depcheck": "./node_modules/.bin/dependency-checker", | ||
"sloc": "./node_modules/.bin/sloc *.js test", | ||
"sloc-app": "./node_modules/.bin/sloc *.js", | ||
"sloc-test": "./node_modules/.bin/sloc test" | ||
}, | ||
@@ -33,8 +36,8 @@ "repository": { | ||
"cron": "^1.1.1", | ||
"debug": "^2.3.2", | ||
"lru-cache": "^4.0.1", | ||
"uuid": "^3.0.0" | ||
"debug": "^2.3.3", | ||
"lru-cache": "^4.0.2", | ||
"uuid": "^3.0.1" | ||
}, | ||
"devDependencies": { | ||
"developer-tools": "0.0.6", | ||
"developer-tools": "0.0.7", | ||
"eslint-config-airbnb": "^13.0.0", | ||
@@ -44,3 +47,3 @@ "eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-mocha": "^4.7.0", | ||
"eslint-plugin-react": "^6.7.1", | ||
"eslint-plugin-react": "^6.8.0", | ||
"express": "^4.14.0", | ||
@@ -47,0 +50,0 @@ "should": "^11.1.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
47782
Updateddebug@^2.3.3
Updatedlru-cache@^4.0.2
Updateduuid@^3.0.1