phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
99 stars 10 forks source link

Support pnpm lockfile version 5 #1438

Closed kylewillmon closed 3 weeks ago

kylewillmon commented 1 month ago

Errors occur when parsing a pnpm lockfile version 5 because package IDs use a forward slash to separate the name and version (/foo/1.0.0) instead of an @ (/foo@1.0.0). See the lockfile spec.