New: Introducing PHP and Composer Support.Read the Announcement
Socket
Book a DemoInstallSign in
Socket

koa-no-cache

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-no-cache

no cache for some paths or types

Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
165
-42.11%
Maintainers
1
Weekly downloads
 
Created
Source

NPM version Build status Test coverage License Dependency status

koa-no-cache

no cache for some paths or types

example

var noCache = require('koa-no-cache'),
  koa = require('koa'),
  app = koa();

app.use(noCache({
  paths: ['/users/(.*)'],
  types: ['manifest']
}));
  • paths
  • types

License

MIT

Keywords

no-cache

FAQs

Package last updated on 03 Dec 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts