browserify
@browserify
Followers
5K
Following
37
Media
0
Statuses
276
require('modules') in the browser. project status feed.
Joined January 2014
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! https://t.co/xKB43F0oU7
github.com
Upgrade events to v3.x. EventEmitter instances now have an off() method. require('events').once can be used to react to an event being emitted with async/await syntax. (#1839) Upgrade path-...
2
6
24
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.
github.com
Add strict mode APIs. (@lukechilds in #41)
0
0
5
the latest version of the @browserify bundle flattener `browser-pack-flat` now detects modules that are conditionally or lazily `require()`d, fixing issues with some more complex CommonJS patterns. still with minimal runtime for most modules! (←in →out) https://t.co/BtogMxZgG8
1
5
11
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.
0
1
6
.@npmjs just declared half of the browserify ecosystem vulnerable to a HIGH security vulnerability that’s not a vulnerability in this case. If you are using @browserify, don’t panic.
3
5
10
https://t.co/eK1IPdiOfh has moved to a new server! it should be more stable going forward.
2
1
6
just realising i'm really happy with and proud of https://t.co/pmfHl1skYF, which is really simple but does so much?
github.com
a browserify plugin that runs various optimizations, so you don't have to install them all manually. makes your bundles tiny! - browserify/tinyify
1
2
11
`brfs` 1.5.0 brings source mapping when doing `browserify --debug`:
github.com
the brfs transform now generates source maps in --debug mode.
2
3
12
brand new: browserify@16.1.0, with `--bare` and `--node` equivalents for the Node API—
0
5
12
browserify 16.0.0 updates `events` to match the Node 8 API; adds --preserve-symlinks flag from Node 6.3; fixes issues resolving transforms installed with `pnpm`. check it out → https://t.co/UJpjevhMgO
0
6
8
browser-pack-flat@3.0.7 removes 10MB worth of unused files from the published package, finally bringing a full bankai install down to <100MB! https://t.co/aFp0NghEFp
github.com
modularise estree-is-member-expression (d81c15c) use symbols for nonstandard row properties (3702e81) ignore the example's node_modules folder, saving some MBs when installing browser-pack-flat...
1
5
12
We’re delighted to sponsor Renée Kooi to continue their work #Bankai & #Browserify! https://t.co/bfUoFq9BPf
medium.com
Hi from Singapore! We’re hanging out at JSConf Asia this week — hit us up on Twitter if you’re interested in chatting about frontend or…
2
5
21
Sheetify v7.1.0 has been released. Now includes better support for already-compiled code, and an upgrade to our file watcher →
github.com
:sparkles: Modular CSS bundler for browserify. Contribute to stackcss/sheetify development by creating an account on GitHub.
0
2
9
bankai 9.1, now with: faster boot using v8-compile-cache; fix for dependencies shipping their own .babelrc; only copying assets when they were changed (good for `dat share`ing your site!)
github.com
:station: - friendly web compiler. Contribute to choojs/bankai development by creating an account on GitHub.
1
4
17
selectively run browserify transforms using globs or a filter function, w the node api or the cli: https://t.co/62OCqIV1Dt
github.com
selectively run browserify transforms using globs or a filter function - goto-bus-stop/tfilter
0
1
5
split-require@2.0.2 - now works with `browserify --full-paths`, allowing bundles to be analysed with discify! https://t.co/pB2xX8zSUN
github.com
fix crashes when using the browserify --full-paths / fullPaths: true option make sure the callback is always called async, even if the desired module is already available
0
1
1
14.3.0 updates https-browserify to 1.0.0, which matches node.js behavior more closely
0
4
4