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

nestjs-redis-cluster

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-redis-cluster - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

2

dist/cluster.provider.js

@@ -44,3 +44,3 @@ "use strict";

const clusters = new Map();
let defaultKey = uuid();
let defaultKey = uuid.v4();
if (Array.isArray(options)) {

@@ -47,0 +47,0 @@ yield Promise.all(options.map((o) => __awaiter(void 0, void 0, void 0, function* () {

@@ -44,3 +44,3 @@ "use strict";

const clients = new Map();
let defaultKey = uuid();
let defaultKey = uuid.v4();
if (Array.isArray(options)) {

@@ -47,0 +47,0 @@ yield Promise.all(options.map((o) => __awaiter(void 0, void 0, void 0, function* () {

{
"name": "nestjs-redis-cluster",
"version": "2.0.7",
"version": "2.0.8",
"description": "A nestjs redis module w/ cluster support",

@@ -33,2 +33,3 @@ "author": "Ishmael Samuel (useparagon.com)",

"@types/node": "^10.7.1",
"@types/uuid": "^8.3.2",
"cz-conventional-changelog": "^2.1.0",

@@ -50,3 +51,3 @@ "ioredis": "^4.28.5",

"rxjs": "^7.0.0",
"uuid": "^3.0.0"
"uuid": "^8.3.2"
},

@@ -53,0 +54,0 @@ "keywords": [

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