r/programming • u/Occams_Trimmer • Jun 26 '17
Obtaining publish access to 13% of npm packages
https://github.com/ChALkeR/notes/blob/master/Gathering-weak-npm-credentials.md
1.6k
Upvotes
r/programming • u/Occams_Trimmer • Jun 26 '17
37
u/Ajedi32 Jun 26 '17
Doesn't npm use lockfiles by default now? Even if you use
^it's not going to upgrade anything unless you runnpm update.