Version status
Know when a range already accepts the latest stable release and when a newer target is available.
VS Code extension for npm manifests
See dependency update paths, pnpm catalog context, and OSV security risk beside the versions you already edit.
The moment it helps
Dep Beacon keeps version status where the change happens. You can compare the next safe move, spot security risk, and understand catalog-managed ranges without leaving VS Code.
3"astro": "^6.4.0"4"react": "catalog:react19"5"left-pad": "1.1.0"The extension focuses on maintainers who review manifests all day: clear status colors, practical update targets, and commands that fit the VS Code workflow.
Know when a range already accepts the latest stable release and when a newer target is available.
Apply patch, minor, major, or latest updates while preserving common `^` and `~` range style.
Resolve `catalog:` and `catalog:name` entries before showing status, diagnostics, and update context.
Use OSV results to separate routine update work from low, medium, high, and critical advisory risk.
Dep Beacon reads package manifests and workspace policy files, then keeps dependency maintenance actions close to the line that needs attention.
Ready when the manifest opens