curl --location --request GET 'https://api.github.com/repos///dependency-graph/compare/'
[
{
"change_type": "added",
"ecosystem": "npm",
"license": "MIT",
"manifest": "path/to/package-lock.json",
"name": "@actions/core",
"package_url": "pkg:/npm/%40actions/core@1.1.0",
"scope": "unknown",
"source_repository_url": "https://github.com/github/actions",
"version": "1.0.0",
"vulnerabilities": [
{
"advisory_ghsa_id": "GHSA-rf4j-j272-fj86",
"advisory_summary": "A summary of the advisory.",
"advisory_url": "https://github.com/advisories/GHSA-rf4j-j272-fj86",
"severity": "critical"
}
]
}
]
{base}...{head}
.development
means that the dependency is only utilized in the development environment. runtime
means that the dependency is utilized at runtime and in the development environment.