Socket
Socket
Sign inDemoInstall

express-redis-cache

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-redis-cache - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

lib/route.js

@@ -30,3 +30,3 @@ /**

name = name || req.path;
name = name || req.originalUrl;

@@ -33,0 +33,0 @@ expire = expire || self.options.expire;

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

@@ -19,10 +19,11 @@ "main": "index.js",

"dependencies": {
"request": "~2.37.0",
"async": "~0.9.0",
"body-parser": "~1.5.0",
"colors": "~0.6.2",
"express": "~4.6.1",
"method-override": "~2.1.1",
"moment": "~2.7.0",
"colors": "~0.6.2",
"body-parser": "~1.5.0",
"morgan": "~1.2.0",
"method-override": "~2.1.1",
"express": "~4.6.1",
"async": "~0.9.0"
"redis": "^0.11.0",
"request": "~2.37.0"
},

@@ -29,0 +30,0 @@ "directories": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc