Socket
Socket
Sign inDemoInstall

@keyv/redis

Package Overview
Dependencies
13
Maintainers
2
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

.nyc_output/c17c3934-1699-442d-8326-3e558a85ef96.json

19

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

@@ -8,5 +8,4 @@ "main": "src/index.js",

"test": "xo && nyc ava",
"test:services:start": "docker-compose -f ./test/redis-compose.yaml up -d",
"test:services:stop": "docker-compose -f ./test/redis-compose.yaml down -v",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov"
"coverage": "nyc report --reporter=text-lcov > coverage.lcov",
"clean": "rm -rf node_modules && rm -rf .nyc_output && rm -rf coverage.lcov"
},

@@ -26,3 +25,3 @@ "xo": {

"type": "git",
"url": "git+https://github.com/jaredwray/keyv-redis.git"
"url": "git+https://github.com/jaredwray/keyv.git"
},

@@ -43,10 +42,10 @@ "keywords": [

"bugs": {
"url": "https://github.com/jaredwray/keyv-redis/issues"
"url": "https://github.com/jaredwray/keyv/issues"
},
"homepage": "https://github.com/jaredwray/keyv-redis",
"homepage": "https://github.com/jaredwray/keyv",
"dependencies": {
"ioredis": "^4.28.0"
"ioredis": "^4.28.2"
},
"devDependencies": {
"@keyv/test-suite": "^1.6.11",
"@keyv/test-suite": "^1.6.12",
"ava": "^3.15.0",

@@ -59,4 +58,4 @@ "delay": "^5.0.0",

"this": "^1.1.0",
"xo": "^0.46.4"
"xo": "^0.47.0"
}
}

@@ -7,2 +7,3 @@ const EventEmitter = require('events');

super();
this.ttlSupport = true;

@@ -9,0 +10,0 @@ if (uri instanceof Redis || uri instanceof Redis.Cluster) {

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