browserify-middleware icon indicating copy to clipboard operation
browserify-middleware copied to clipboard

express middleware for browserify, done right

Results 21 browserify-middleware issues
Sort by recently updated
recently updated
newest added

browserify-middleware requires older 3.x version of watchify that depends on old chokidar releases fetching an insecure version of glob-parent without any change to update to the fixed glob-parent release. This...

Please add support for typescript

## The devDependency [coveralls](https://github.com/nickmerwin/node-coveralls) was updated from `2.13.3` to `3.0.3`. This version is **not covered** by your **current version range**. If you don’t accept this pull request, your project will...

greenkeeper

## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `5.2.0` to `6.0.0`. 🚨 [View failing branch](https://github.com/ForbesLindesay/browserify-middleware/compare/master...ForbesLindesay:greenkeeper%2Fmocha-6.0.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The dependency [promise](https://github.com/then/promise) was updated from `8.0.3` to `8.1.0`. 🚨 [View failing branch](https://github.com/ForbesLindesay/browserify-middleware/compare/master...ForbesLindesay:greenkeeper%2Fpromise-8.1.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

## The dependency [browserify](https://github.com/browserify/browserify) was updated from `16.3.0` to `16.4.0`. 🚨 [View failing branch](https://github.com/ForbesLindesay/browserify-middleware/compare/master...ForbesLindesay:greenkeeper%2Fbrowserify-16.4.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

This PR changes Uglify-ES, what no longer maintainable, to Terser. Fixes #121 /cc @ForbesLindesay

There has been development on a new fork of uglify-es, which is now called terser and has its own package! "terser": "^3.7.3" Please upgrade to our new version.

Either the tests need porting to jest, or someone needs to figure out why they're not exiting in mocha. Until that's fixed, travis will be failing.

Hello, thank you for this excellent library. Is there a way to integrate browserify-middleware with something like [factor-bundle](https://github.com/substack/factor-bundle)?