Does this mean that I can no longer safely run `npm update`, or ask anyone to download my Node.js project and tell them to run `npm install`? Because the npm repo has in effect been compromised and is unsafe to use, until further notice?
That's what I'm assuming right now anyway. I'm not going to upgrade any Node.js dependencies or run `npm update` or tell anyone to run `npm install`.
If you look at the list of liberated libraries ( https://gist.githubusercontent.com/azer/db27417ee84b5f34a6ea... ) — it's "impossible" for me to know which ones of all these libs I use indirectly via some other libraries, and ...
...Elsewhere in this discussion: (https://news.ycombinator.com/item?id=11343297)
> > Is there a plan to address this?
> Too late. Every package name on the list has been claimed already by a randomer with unknnown intentions.
Sounds dangerous to me. ... And I wish there was some way to get notified, when this issue has been fixed somehow.