Hacker News new | ask | show | jobs
by jitl 3868 days ago
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/

1 comments