Socket
Socket
Sign inDemoInstall

redis-connection-pool

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-connection-pool - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

4

package.json
{
"name": "redis-connection-pool",
"version": "0.1.1",
"version": "0.1.2",
"description": "a redis client connection pool",

@@ -40,3 +40,3 @@ "license": "LGPL",

},
"homepage": "https://github.com/silverbucekt/node-redis-connection-pool"
"homepage": "https://github.com/silverbucket/node-redis-connection-pool"
}

@@ -439,2 +439,3 @@ /**

var responded = false;
var pool = this.pool;
client[funcName](key, function (err, replies) {

@@ -441,0 +442,0 @@ responded = true;

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc