Live data from Hacker News

Show HN: Jsbundler – Bundle npm packages and use them in the browser

jsbundler.com

1–6 of 6 posts

Re: Show HN: Jsbundler – Bundle npm packages and use them in the browser

#3
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/

Re: Show HN: Jsbundler – Bundle npm packages and use them in the browser

#5
post #3

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://github.com/rtorr/jsbundler