Loading...
Loading...
Look up the latest version of any package using deps.dev API. Use this skill when checking package versions, updating dependencies, adding new packages to a project, or when the user asks about the current version of a library.
npx skill4agent add trancong12102/agentskills deps-dev| Ecosystem | System ID | Example Package |
|---|---|---|
| npm | | |
| PyPI | | |
| Go | | |
| Cargo | | |
| Maven | | |
| NuGet | | |
package.jsonnode_modulesrequirements.txtpyproject.tomlsetup.pygo.modgo.sumCargo.tomlpom.xmlbuild.gradle*.csprojpackages.configSCRIPT=scripts/get-versions.py
python3 $SCRIPT <system> <pkg1> [pkg2] ...python3 scripts/get-versions.py npm expresspython3 scripts/get-versions.py npm express lodash @types/nodepython3 scripts/get-versions.py pypi requests django flask
python3 scripts/get-versions.py go github.com/gin-gonic/gin
python3 scripts/get-versions.py maven org.springframework:spring-core{
"system": "npm",
"packages": [
{
"package": "express",
"version": "5.0.0",
"publishedAt": "2024-09-10T04:40:34Z",
"isDeprecated": false
},
{
"package": "lodash",
"version": "4.17.21",
"publishedAt": "2021-02-20T15:42:16Z",
"isDeprecated": false
}
]
}{
"system": "npm",
"packages": [
{
"package": "nonexistent-pkg",
"error": "HTTP 404: Not Found"
}
]
}isDeprecated