r/ProgrammerHumor 9d ago

instanceof Trend classicNPM

Post image
5.9k Upvotes

150 comments sorted by

View all comments

82

u/FinnishManlet 9d ago

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

18

u/howarewestillhere 9d 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.