browserify 17 is out! As usual, the breaking changes are mostly due to core module shims matching upstream changes in Node.js.
New features:
- util.promisify!
- EventEmitter#off!
- events.once!
- stream.pipeline!
require('modules') in the browser. project status feed.
Joined January 2014
- commonjs-assert 1.5.0 is out! This package is used in browserify when you do `require('assert')`. In the first release in almost 2 years, @lukechilds added the `assert.strict` API from Node.js.
- If you are getting static-eval security warnings through brfs, glslify, or similar transforms, your code is not vulnerable. The security warning only applies if you are passing untrusted user input into these transforms. To clear the warning, update to static-module@^3.0.1.
- wzrd.in has moved to a new server! it should be more stable going forward.
- `brfs` 1.5.0 brings source mapping when doing `browserify --debug`:

