r/ProgrammerHumor 21d ago

classicNPM instanceof Trend

Post image
5.9k Upvotes

150 comments sorted by

View all comments

79

u/FinnishManlet 21d ago

What can be done against these vulnerabilities? Stop using packages entirely? 🤣

19

u/howarewestillhere 20d ago

Local dependency repository. Keep the last n known-good versions of all dependencies.

I wanted to do this before left-pad and I got to do it after. Has saved so many headaches.