depsdev
depsdev copied to clipboard
CLI client (and Golang module) for deps.dev API. Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
- https://docs.deps.dev/api/v3alpha/index.html#purllookup - https://docs.deps.dev/api/v3alpha/index.html#purllookupbatch
- https://docs.deps.dev/api/v3alpha/index.html#getsimilarlynamedpackages
- https://docs.deps.dev/api/v3alpha/index.html#getversionbatch - https://docs.deps.dev/api/v3alpha/index.html#getprojectbatch
At the moment v3alpha is supported. Add the choice of using v3 or v3alpha (go package). - [ ] #66 - [x] #67 - [ ] #68 - [ ]...
Add test for standard queries per doc e.g. https://docs.deps.dev/api/v3/#getpackage
**Describe the bug** Some field of the Project struct have changed type on deps.dev service and are not updated in this library. [Fields are](https://github.com/edoardottt/depsdev/blob/d19b20cf6a023083cad2a32e06e4d4dbfb3e183a/pkg/depsdev/project.go#L21C2-L23): - OpenIssuesCount - StarsCount - ForksCount...