Socket
Socket
Sign inDemoInstall

redis-clustr

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-clustr - npm Package Compare versions

Comparing version 1.4.0 to 1.4.1

4

package.json
{
"name": "redis-clustr",
"version": "1.4.0",
"version": "1.4.1",
"description": "Redis cluster client",

@@ -25,3 +25,3 @@ "main": "src/RedisClustr.js",

"double-ended-queue": "^2.1.0-0",
"redis": "^2.3.0"
"redis": "^2.4.0"
},

@@ -28,0 +28,0 @@ "optionalDependencies": {

@@ -577,3 +577,3 @@ 'use strict';

// duplicate the random connection and make that our subscriber client
var cli = self.subscribeClient = self.createClient(con.connection_option.port, con.connection_option.host);
var cli = self.subscribeClient = self.createClient(con.connection_options.port, con.connection_options.host);

@@ -580,0 +580,0 @@ cli.on('error', function(err) {

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