lru-cache-for-clusters-as-promised
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -1,4 +0,9 @@ | ||
1.5.3 / 2016-11-17 | ||
1.5.3 / 2016-11-19 | ||
================== | ||
* Update `uuid` and `developer-tools` | ||
1.5.2 / 2016-11-17 | ||
================== | ||
* Improved debug logging | ||
@@ -5,0 +10,0 @@ |
{ | ||
"name": "lru-cache-for-clusters-as-promised", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"description": "LRU Cache that is safe for clusters", | ||
"main": "./lru-cache-for-clusters-as-promised.js", | ||
"scripts": { | ||
"test": "./node_modules/.bin/mocha ./test", | ||
"test": "./node_modules/.bin/mocha ./test -s 0", | ||
"coverage-report": "./node_modules/.bin/istanbul-coverage-report", | ||
@@ -34,6 +34,6 @@ "coverage": "npm run coverage-report && open ./coverage/lcov-report/index.html", | ||
"lru-cache": "^4.0.1", | ||
"uuid": "^2.0.3" | ||
"uuid": "^3.0.0" | ||
}, | ||
"devDependencies": { | ||
"developer-tools": "0.0.4", | ||
"developer-tools": "0.0.6", | ||
"eslint-config-airbnb": "^13.0.0", | ||
@@ -40,0 +40,0 @@ "eslint-plugin-import": "^2.2.0", |
Sorry, the diff of this file is not supported yet
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
47633
+ Addeduuid@3.4.0(transitive)
- Removeduuid@2.0.3(transitive)
Updateduuid@^3.0.0