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

nestjs-redis-cluster

Package Overview
Dependencies
Maintainers
1
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.1 to 2.0.2

20

package.json
{
"name": "nestjs-redis-cluster",
"version": "2.0.1",
"version": "2.0.2",
"description": "A nestjs redis module w/ cluster support",

@@ -25,5 +25,4 @@ "author": "Ishmael Samuel (useparagon.com)",

"@nestjs/core": "^8.0.7",
"@types/ioredis": "^4.0.4",
"@types/uuid": "^3.4.4",
"ioredis": "^4.2.0",
"ioredis": "^4.28.5",
"reflect-metadata": "0.1.13",

@@ -33,9 +32,2 @@ "rxjs": "^7.3.0",

},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"ioredis": "^4.0.0",
"rxjs": "^7.0.0",
"uuid": "^3.0.0"
},
"devDependencies": {

@@ -45,2 +37,3 @@ "@nestjs/testing": "^8.0.7",

"cz-conventional-changelog": "^2.1.0",
"ioredis": "^4.28.5",
"jest": "^23.6.0",

@@ -55,2 +48,9 @@ "prettier": "^1.19.1",

},
"peerDependencies": {
"@nestjs/common": "^8.0.0",
"@nestjs/core": "^8.0.0",
"ioredis": "4.x",
"rxjs": "^7.0.0",
"uuid": "^3.0.0"
},
"keywords": [

@@ -57,0 +57,0 @@ "nestjs",

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