Package Exports
- koa-bouncer
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (koa-bouncer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
(Work in progress, alpha software)
koa-bouncer
An http parameter validation library for Koa web apps.
- Inspired by RocksonZeta
- Leans on chriso/validator.js
Usage
var bouncer = require('koa-bouncer');
app.use(bouncer.middleware());
License
MIT