Skip to content

Instantly share code, notes, and snippets.

@feross
Created January 9, 2015 06:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feross/61c2692232ccae15c279 to your computer and use it in GitHub Desktop.
Save feross/61c2692232ccae15c279 to your computer and use it in GitHub Desktop.
# 8.1.0
use assert@1.3, which fixes a bug in assert.deepEqual related to argument ordering,
and ensures assert.deepEqual continues working in Chrome 40 and Firefox 35.
use process@0.10, which adds process.umask() and a faster process.nextTick()
implementation.
https://github.com/substack/node-browserify/pull/1018
https://github.com/substack/node-browserify/pull/1041
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment