Socket
Book a DemoInstallSign in
Socket

browserify-koa-middleware

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify-koa-middleware

koa middleware for browserify v2

latest
npmnpm
Version
2.0.8
Version published
Maintainers
1
Created
Source

browserify-koa-middleware

options like browserify

var browserify = require('browserify-koa-middleware');
app.use(browserify(cwdPath, {
  debug: true,
  grep: /\.js$/,
  transform: [debowerify,browserifyJst,browserifyHandlebars]
}));

极致优化添加动态依赖watch 提前编译 cache到达响应极致 20ms

log 2.0.4 watch render 改为队列 状态更清楚 在复杂情况优先执行 url render

log 2.0.0 add watch and cache respon 20ms

log 1.0.0 add cache like browserify-middleware

####bug 反馈 zhoujianlin8@gmail.com

Keywords

browserify

FAQs

Package last updated on 03 Feb 2016

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