route-cache
Advanced tools
Comparing version 0.4.5 to 0.4.6
{ | ||
"name": "route-cache", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "express middleware for caching your routes", | ||
@@ -29,4 +29,4 @@ "main": "index.js", | ||
"express": "^4.16.4", | ||
"mocha": "^7.2.0", | ||
"standard": "^12.0.1", | ||
"mocha": "^9.1.4", | ||
"standard": "^16.0.4", | ||
"supertest": "^4.0.2" | ||
@@ -33,0 +33,0 @@ }, |
# Route-Cache | ||
Blazing fast :bullettrain_side: Express middleware for route caching with a given TTL (in seconds) | ||
[![Build Status](https://travis-ci.org/bradoyler/route-cache.svg?branch=master)](https://travis-ci.org/bradoyler/route-cache) | ||
[![Build Status](https://travis-ci.com/bradoyler/route-cache.svg?branch=master)](https://travis-ci.com/bradoyler/route-cache) | ||
[![NPM Version][npm-image]][npm-url] | ||
@@ -10,4 +10,2 @@ [![Downloads][downloads-image]][npm-url] | ||
Make your routes do this ->![dodging](http://forgifs.com/gallery/d/80400-8/Muhammad-Ali-dodges-punches.gif) | ||
## Why? | ||
@@ -14,0 +12,0 @@ - makes hard-working routes super-fast, under heavy-load, [see Load Tests](loadtests) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
31924
103