Hacker News new | ask | show | jobs
by thrower123 1728 days ago
Everything in the npm ecosystem pretty much has to be MIT, or none of it would work.

You could poison most of the web dev ecosystem by changing the license on a handful of packages to GPL...

2 comments

The GPL wouldn't affect server-side JS (you'd need the AGPL for that), but client-side JS would have to be released under the GPL in un-minified form.
Why? You could use GPL package in MIT licensed library.
Yes and then anyone using said library would have to open source their work.