node-redis-connection-pool
Advanced tools
Comparing version 3.0.0 to 3.1.0
# Change Log | ||
**2.11.0** | ||
move to typescript | ||
## [3.1.0](https://github.com/pasupulaphani/node-cache-redis/releases/tag/v6.4.1) - 2021-04-27 | ||
### Fixed | ||
- The following vulnerabilities are fixed with an upgrade: https://snyk.io/vuln/SNYK-JS-REDIS-1255645 | ||
## 3.0.0 | ||
- move to typescript |
{ | ||
"name": "node-redis-connection-pool", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Simplistic node redis connection pool ready can scale with generic-pool support", | ||
@@ -52,5 +52,5 @@ "main": "dist/index.js", | ||
"debug": "^4.3.1", | ||
"generic-pool": "^3.7.1", | ||
"generic-pool": "^3.7.8", | ||
"is-json": "^2.0.1", | ||
"redis": "^3.0.2", | ||
"redis": "^3.1.2", | ||
"retry-as-promised": "^3.2.0" | ||
@@ -57,0 +57,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
69701
0
Updatedgeneric-pool@^3.7.8
Updatedredis@^3.1.2