Use 'Enumerate Package Versions' request for NuGet version enumeration
Enumerate Package Versions returns just the array of the versions of a package, as opposed to the endpoint we currently use which lists all the package info (but can also return some batch thing for big queries).
e.g: Current: https://api.nuget.org/v3/registration5-semver1/newtonsoft.json/index.json New: https://api.nuget.org/v3-flatcontainer/newtonsoft.json/index.json
This issue has not had any activity for 60 days and will be automatically closed in two weeks
This issue has not had any activity for 60 days and will be automatically closed in two weeks
See https://github.com/google/osv.dev/blob/master/CONTRIBUTING.md for how to contribute a PR if you're interested in helping out.