Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redis-sentinel-client

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-sentinel-client - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

5

index.js

@@ -85,3 +85,4 @@ /**

['unsubscribe','end'].forEach(function(staticProp){
// pass these through
['unsubscribe','end', 'reconnecting'].forEach(function(staticProp){
// @todo rewrite this to use `apply`

@@ -246,3 +247,3 @@ self.activeMasterClient.on(staticProp, function(a, b, c, d){

// backwards-compat. w/RedisClient
self.activeMasterClient.once('connect', function(){
self.activeMasterClient.on('connect', function(){
self.emit('connect');

@@ -249,0 +250,0 @@ self.emitMasterErrors = true;

2

package.json
{
"name": "redis-sentinel-client",
"version": "0.1.3",
"version": "0.1.4",
"description": "Transparent Redis Sentinel client",

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

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