When installing a Node.js package via npm or when running npm-audit I get information about known vulnerabilities of packages in the project. From my understanding this means that there must be some database somewhere that contains this vulnderability information.
Is there some possibility to use this database to get a "vulnerabilities history" of a package? I want to query this DB for npm package "xyz" and get all versions and the known vulnerabilities associated with this version.