You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

express-redis-cache2

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-redis-cache2 - npm Package Compare versions

Comparing version

to
2.0.0-beta2

index.d.ts

4

CHANGELOG.md
CHANGE LOG
==========
# v2.0.0-beta2
This release adds typing file `index.d.ts`.
# v2.0.0-beta1

@@ -5,0 +9,0 @@

8

package.json
{
"name": "express-redis-cache2",
"version": "2.0.0-beta1",
"version": "2.0.0-beta2",
"description": "A module to make Express interact with Redis (create, get, delete). You can automatically cache all your most popular routes in Redis.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {

@@ -13,4 +14,7 @@ "test": "jest --detectOpenHandles",

"type": "git",
"url": "https://github.com/rv-kip/express-redis-cache.git"
"url": "https://gitlab.com/demsking/express-redis-cache2.git"
},
"bugs": {
"url": "https://gitlab.com/demsking/express-redis-cache2/issues"
},
"author": {

@@ -17,0 +21,0 @@ "name": "Francois Vespa",