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

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.1 to 1.4.2

2

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

@@ -5,0 +5,0 @@ "main": "src/RedisClustr.js",

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

// now take cb off args so we can attach our own callback wrapper
if (argsCb) args.pop();
if (argsCb) args = args.slice(0, -1);

@@ -356,0 +356,0 @@ if (Array.isArray(args[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