Socket
Socket
Sign inDemoInstall

@keyv/redis

Package Overview
Dependencies
11
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.0 to 2.6.1

2

dist/index.js

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

this.opts.dialect = 'redis';
if (uri instanceof ioredis_1.default) {
if (typeof uri !== 'string' && uri.options && ('family' in uri.options || uri.isCluster)) {
this.redis = uri;

@@ -16,0 +16,0 @@ }

{
"name": "@keyv/redis",
"version": "2.6.0",
"version": "2.6.1",
"description": "Redis storage adapter for Keyv",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc