cache-manager
Advanced tools
Comparing version 3.6.0 to 3.6.1
@@ -0,1 +1,4 @@ | ||
- 3.6.1 2022-04-07 | ||
- Fix for potential prototype polution exploit in async < 3.2.2 (#186). - @tmbobbins | ||
- 3.6.0 2021-11-12 | ||
@@ -2,0 +5,0 @@ - Added keyCount() method to memory store (#173). - @css-master |
@@ -195,3 +195,3 @@ /*eslint no-unused-vars:0*/ | ||
}; | ||
/** | ||
@@ -198,0 +198,0 @@ * This method is not available in the caching modules. |
{ | ||
"name": "cache-manager", | ||
"version": "3.6.0", | ||
"version": "3.6.1", | ||
"description": "Cache module for Node.js", | ||
@@ -28,3 +28,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"async": "3.2.0", | ||
"async": "3.2.3", | ||
"lodash": "^4.17.21", | ||
@@ -43,2 +43,2 @@ "lru-cache": "6.0.0" | ||
} | ||
} | ||
} |
@@ -52,2 +52,4 @@ [![build status](https://secure.travis-ci.org/BryanDonovan/node-cache-manager.svg)](http://travis-ci.org/BryanDonovan/node-cache-manager) | ||
* [node-cache-manager-couchbase](https://github.com/davidepellegatta/node-cache-manager-couchbase) | ||
## Overview | ||
@@ -54,0 +56,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
80727
485
+ Addedasync@3.2.3(transitive)
- Removedasync@3.2.0(transitive)
Updatedasync@3.2.3