cache-manager-express-mw
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "cache-manager-express-mw", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Middleware for Express that uses cache-manager to add a caching layer in front of your application.", | ||
@@ -32,3 +32,7 @@ "main": "src/index.js", | ||
"mocha-istanbul": "^0.3.0" | ||
}, | ||
"dependencies": { | ||
"bluebird": "^3.4.1", | ||
"lodash": "^4.15.0" | ||
} | ||
} |
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
10230
2
+ Addedbluebird@^3.4.1
+ Addedlodash@^4.15.0
+ Addedbluebird@3.7.2(transitive)
+ Addedlodash@4.17.21(transitive)