Hacker News new | ask | show | jobs
Show HN: Jsbundler – Bundle npm packages and use them in the browser (jsbundler.com)
16 points by rtorr 3867 days ago
2 comments

Unsure how these packages are generated. How safe is this system? What is it doing?

Browserify and Browserify CDN provide a similar service of bundling CommonJS-style javascript into self-contained files for the browser. Browserify also has detailed documentation and a large ecosystem of modules if you want to build your own bundles in a custom way.

http://browserify.org/ https://www.brcdn.org/

https://npmcdn.com/ seems similar
In npmcdn the author of the package has to manually include the UMD build of the library.
Im actually adding this functionality to npmcdn