3:48pm PST - March 1st, 2021

Here's a one-liner to check for NPM dependency confusion potentials we used lately for a gig. (credit: Juan De Franceso): while read package; do npm show $package version 2>1 1>/dev/null && echo "[PUBLIC] $package" || echo "[PRIVATE] $package" ; done < node_packages.list https://t.co/lqP1nH6e30

1 retweets   0 likes  - Hamid K (@hkashfi)