Open prazian opened 1 year ago
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
This issue has not received any attention in 1 year. If you want to keep this issue open, please leave a comment below and auto-close will be canceled.
+1
Type of change
Description
Right now, we can only get details of a Yarn package if it is on npm (which is low likely).
We want to get package details and license details from Yarn: By calling something like this endpoint, for example:
fmt.Sprintf("https://registry.yarnpkg.com/%s/%s", packageName, packageVersion)
Checklist