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-beta7

4

CHANGELOG.md
CHANGE LOG
==========
# 2.0.0-beta7
This release fixes converting of `options.expire` keys to lowercase issue.
# 2.0.0-beta6

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

2

lib/ExpressRedisCache/expire.js

@@ -41,3 +41,3 @@ module.exports = (function () {

var v = options[k];
delete options[v];
delete options[k];
options[k.toLowerCase()] = v;

@@ -44,0 +44,0 @@ }

{
"name": "express-redis-cache2",
"version": "2.0.0-beta6",
"version": "2.0.0-beta7",
"description": "A module to make Express interact with Redis (create, get, delete). You can automatically cache all your most popular routes in Redis.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -37,3 +37,2 @@ # Express Redis Cache 2

```sh

@@ -40,0 +39,0 @@ npm install express-redis-cache2 redis@3