🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@keyvhq/redis

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@keyvhq/redis - npm Package Compare versions

Comparing version

to
1.6.0

src/index.d.ts

15

package.json

@@ -5,3 +5,3 @@ {

"homepage": "https://github.com/microlinkhq/keyv",
"version": "1.5.1",
"version": "1.6.0",
"main": "src/index.js",

@@ -39,4 +39,7 @@ "author": {

"@keyvhq/test-suite": "latest",
"@types/ioredis": "^4.27.5",
"ava": "latest",
"nyc": "latest"
"nyc": "latest",
"tsd": "latest",
"typescript": "latest"
},

@@ -51,3 +54,3 @@ "engines": {

"posttest:docker": "docker-compose down --rmi local",
"test": "nyc ava",
"test": "nyc ava && tsd",
"test:docker": "docker-compose up --build --abort-on-container-exit --exit-code-from test"

@@ -59,3 +62,7 @@ },

},
"gitHead": "2abf6dd067c6a7a7dbe5ec54c587f315d95f9160"
"tsd": {
"directory": "test"
},
"types": "./src/index.d.ts",
"gitHead": "f34f23200216c1023f8352a047a7c7ddd6cdb60d"
}

@@ -15,3 +15,5 @@ 'use strict'

options = Object.assign(
{},
{
emitErrors: true
},
typeof uri === 'string' ? { uri } : uri,

@@ -18,0 +20,0 @@ options