route-cache
Advanced tools
Comparing version 0.4.3 to 0.4.4
{ | ||
"name": "route-cache", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "express middleware for caching your routes", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"debug": "3.0.1", | ||
"debug": "3.1.0", | ||
"lru-cache": "4.0.1" | ||
@@ -25,0 +25,0 @@ }, |
# Route-Cache | ||
Simple middleware for Express route caching with a given TTL (in seconds) | ||
Blazing fast :bullettrain_side: Express middleware for route caching with a given TTL (in seconds) | ||
@@ -14,3 +14,6 @@ [![Build Status](https://travis-ci.org/bradoyler/route-cache.svg?branch=master)](https://travis-ci.org/bradoyler/route-cache) | ||
- makes hard-working routes super-fast, under heavy-load, [see Load Tests](loadtests) | ||
- easy to use and fork for your needs | ||
- defend against 'thundering herd' | ||
- supports various content-types | ||
- support for redirects | ||
- allows for conditional caching (per request) | ||
- works with gzip compression | ||
@@ -17,0 +20,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105
32030
17
842
2
+ Addeddebug@3.1.0(transitive)
- Removeddebug@3.0.1(transitive)
Updateddebug@3.1.0