Socket
Socket
Sign inDemoInstall

@keyv/redis

Package Overview
Dependencies
11
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.5.0 to 2.5.1

14

package.json
{
"name": "@keyv/redis",
"version": "2.5.0",
"version": "2.5.1",
"description": "Redis storage adapter for Keyv",
"main": "src/index.js",
"scripts": {
"test": "xo && nyc ava",
"test": "xo && nyc ava --serial",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov",

@@ -58,7 +58,7 @@ "clean": "rm -rf node_modules && rm -rf .nyc_output && rm -rf coverage.lcov"

"dependencies": {
"ioredis": "^5.2.2"
"ioredis": "^5.2.3"
},
"devDependencies": {
"@keyv/test-suite": "*",
"ava": "^4.3.1",
"ava": "^4.3.3",
"delay": "^5.0.0",

@@ -71,5 +71,5 @@ "@types/keyv": "^3.1.4",

"this": "^1.1.0",
"tsd": "^0.22.0",
"typescript": "^4.7.4",
"xo": "^0.51.0"
"tsd": "^0.23.0",
"typescript": "^4.8.2",
"xo": "^0.52.3"
},

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

@@ -0,4 +1,5 @@

/* eslint-disable @typescript-eslint/consistent-type-definitions */
import {EventEmitter} from 'events';
import {Store, StoredData} from 'keyv';
import {Redis, Cluster} from 'ioredis';
import type {Store, StoredData} from 'keyv';
import type {Redis, Cluster} from 'ioredis';

@@ -5,0 +6,0 @@ declare class KeyvRedis extends EventEmitter implements Store<Value> {

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