Where to query for CVEs present in a version of a software project like npm packages of python modules?

In node, I can run npm audit and it will show me known vulnerabilities for the versions my dependencies are using.
That’s cool and all, but I’d like to be able to do the following, on some website or program or anything else:
Enter an npm … Continue reading Where to query for CVEs present in a version of a software project like npm packages of python modules?