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.2 to 1.4.3

10

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

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

},
"author": "Simon Tabor <me@simontabor.com> (http://simontabor.com/)",
"contributors": [
"GoSquared <support+npm@gosquared.com> (https://www.gosquared.com)",
"James Taylor <jt@gosquared.com> (https://www.gosquared.com)",
"Simon Tabor <me@simontabor.com> (http://simontabor.com/)"
],
"license": "MIT",

@@ -26,3 +30,3 @@ "repository": {

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

@@ -29,0 +33,0 @@ "optionalDependencies": {

'use strict';
var RedisClustr = require('../src/redisClustr');
var RedisClustr = require('../src/RedisClustr');
var assert = require('assert');

@@ -4,0 +4,0 @@ var commands = require('../config/commands');

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