Socket
Socket
Sign inDemoInstall

@keyv/redis

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keyv/redis - npm Package Compare versions

Comparing version 2.3.6 to 2.3.7

12

package.json
{
"name": "@keyv/redis",
"version": "2.3.6",
"version": "2.3.7",
"description": "Redis storage adapter for Keyv",

@@ -44,7 +44,7 @@ "main": "src/index.js",

"dependencies": {
"ioredis": "^5.0.4"
"ioredis": "^5.1.0"
},
"devDependencies": {
"@keyv/test-suite": "*",
"ava": "^4.2.0",
"ava": "^4.3.0",
"delay": "^5.0.0",

@@ -55,5 +55,5 @@ "keyv": "*",

"this": "^1.1.0",
"tsd": "^0.20.0",
"typescript": "^4.6.4",
"xo": "^0.48.0"
"tsd": "^0.22.0",
"typescript": "^4.7.4",
"xo": "^0.50.0"
},

@@ -60,0 +60,0 @@ "tsd": {

@@ -6,4 +6,5 @@ # @keyv/redis [<img width="100" align="right" src="https://jaredwray.com/images/keyv.svg" alt="keyv">](https://github.com/jaredwra/keyv)

[![build](https://github.com/jaredwray/keyv/actions/workflows/tests.yaml/badge.svg)](https://github.com/jaredwray/keyv/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/gh/jaredwray/keyv/branch/master/graph/badge.svg?token=bRzR3RyOXZ)](https://codecov.io/gh/jaredwray/keyv)
[![codecov](https://codecov.io/gh/jaredwray/keyv/branch/main/graph/badge.svg?token=bRzR3RyOXZ)](https://codecov.io/gh/jaredwray/keyv)
[![npm](https://img.shields.io/npm/v/@keyv/redis.svg)](https://www.npmjs.com/package/@keyv/redis)
[![npm](https://img.shields.io/npm/dm/@keyv/redis)](https://npmjs.com/package/@keyv/redis)

@@ -61,2 +62,2 @@ Redis storage adapter for [Keyv](https://github.com/jaredwray/keyv).

MIT © Jared Wray & Luke Childs
MIT © Jared Wray
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