←back to thread

1369 points universesquid | 1 comments | | HN request time: 0s | source
Show context
martypitt ◴[] No.45170121[source]
A super quick script to check the deps in your package-lock.json file is here[0].

[0]: https://gist.github.com/martypitt/0d50c350aa7f0fc73354754343...

replies(2): >>45170178 #>>45170233 #
patates ◴[] No.45170233[source]
aren't these already nuked and show up in the "npm audit" command?
replies(2): >>45170271 #>>45170303 #
1. martypitt ◴[] No.45170271[source]
Nice - that's even better - thanks! TIL.