New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

koa-incache

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-incache - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

3

CHANGELOG.md

@@ -7,3 +7,6 @@ # Change Log

## [0.1.1] - 2017-08-20
- Fixed readme
## [0.1.0] - 2017-08-20
- First release

2

package.json
{
"name": "koa-incache",
"version": "0.1.0",
"version": "0.1.1",
"description": "Koa cache middleware",

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

@@ -48,3 +48,5 @@ <div align="center">

app.use(cache());
app.use(cache({
life: 60 // 1 minute max age
}));

@@ -51,0 +53,0 @@ router.get('/this/is/cached', function (ctx, next) {

Sorry, the diff of this file is not supported yet

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