depsdev icon indicating copy to clipboard operation
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.

Results 9 depsdev issues
Sort by recently updated
recently updated
newest added

- https://docs.deps.dev/api/v3alpha/index.html#purllookup - https://docs.deps.dev/api/v3alpha/index.html#purllookupbatch

enhancement
golang

- https://docs.deps.dev/api/v3alpha/index.html#getsimilarlynamedpackages

enhancement
golang

- https://docs.deps.dev/api/v3alpha/index.html#getversionbatch - https://docs.deps.dev/api/v3alpha/index.html#getprojectbatch

enhancement
golang

At the moment v3alpha is supported. Add the choice of using v3 or v3alpha (go package). - [ ] #66 - [ ] #67 - [ ] #68 - [...

enhancement
help wanted
golang

Add test for standard queries per doc e.g. https://docs.deps.dev/api/v3/#getpackage

enhancement
golang

**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...

bug
golang