Socket
Socket
Sign inDemoInstall

@keyv/redis

Package Overview
Dependencies
5
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.5 to 1.3.6

10

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

@@ -20,3 +20,3 @@ "main": "src/index.js",

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

@@ -37,5 +37,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/lukechilds/@keyv/redis/issues"
"url": "https://github.com/lukechilds/keyv-redis/issues"
},
"homepage": "https://github.com/lukechilds/@keyv/redis",
"homepage": "https://github.com/lukechilds/keyv-redis",
"dependencies": {

@@ -51,3 +51,3 @@ "pify": "3.0.0",

"keyv": "*",
"keyv-test-suite": "^1.3.0",
"@keyv/test-suite": "^1.3.0",
"nyc": "^11.0.3",

@@ -54,0 +54,0 @@ "requirable": "^1.0.4",

import test from 'ava';
import keyvTestSuite, { keyvOfficialTests } from 'keyv-test-suite';
import keyvTestSuite, { keyvOfficialTests } from '@keyv/test-suite';
import Keyv from 'keyv';

@@ -4,0 +4,0 @@ import KeyvRedis from 'this';

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