Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

route-cache

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

route-cache - npm Package Compare versions

Comparing version 0.4.3 to 0.4.4

4

package.json
{
"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 @@

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