New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

multiple-redis

Package Overview
Dependencies
Maintainers
1
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multiple-redis - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

5

lib/multiple-redis.js

@@ -246,5 +246,4 @@ 'use strict';

var error = new Error('Timeout on running command.');
if (!done) {
redisError = error;
}
redisError = error;
asyncCallback(error);

@@ -251,0 +250,0 @@ }, self.childCommandTimeout);

2

package.json
{
"name": "multiple-redis",
"version": "0.0.14",
"version": "0.0.15",
"description": "Run redis commands against multiple redis instances.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -135,3 +135,3 @@ # multiple-redis

| ----------- | ------- | ----------- |
| 2015-10-22 | v0.0.14 | Timeout child commands (see childCommandTimeout option) |
| 2015-10-22 | v0.0.15 | Timeout child commands (see childCommandTimeout option) |
| 2015-10-16 | v0.0.12 | Maintenance |

@@ -138,0 +138,0 @@ | 2015-09-23 | v0.0.7 | Upgrade to redis 2.0 |

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