cache-manager
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -0,1 +1,4 @@ | ||
- 0.7.0 2014-06-15 | ||
Bumping package versions, mostly devDependencies | ||
- 0.6.0 2014-06-15 | ||
@@ -2,0 +5,0 @@ Adding caching.keys() function (issue #6) |
{ | ||
"name": "cache-manager", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Cache module for Node.js", | ||
@@ -23,13 +23,13 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": ">=0.1.22", | ||
"lru-cache": ">=2.3.0" | ||
"async": "^0.9.0", | ||
"lru-cache": "^2.5.0" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "~2.3.0", | ||
"istanbul": ">=0.1.29", | ||
"jshint": ">=1.0.1", | ||
"mocha": ">=1.8.1", | ||
"optimist": ">=0.3.5", | ||
"sinon": ">=1.5.2" | ||
"coveralls": "^2.3.0", | ||
"istanbul": "^0.2.11", | ||
"jshint": "^2.5.1", | ||
"mocha": "^1.20.1", | ||
"optimist": "^0.6.1", | ||
"sinon": "^1.10.2" | ||
} | ||
} |
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
67362
+ Addedasync@0.9.2(transitive)
+ Addedlru-cache@2.7.3(transitive)
- Removedasync@3.2.6(transitive)
- Removedlru-cache@11.0.2(transitive)
Updatedasync@^0.9.0
Updatedlru-cache@^2.5.0