Pages

VS Code and Zed extensions for npm manifests

Dep Beacon

See dependency update paths, pnpm catalog context, and OSV security risk beside the versions you already edit.

package.jsonpnpm-workspace.yamlOSV.devnpm registry
4 update pathspatch, minor, major, latest
Catalog awaredefault and named pnpm catalogs
Risk visibleOSV severity mapped to editor signals
Editor nativeCodeLens, diagnostics, and update actions

The moment it helps

Turn a dependency line into a decision.

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 your editor.

package.json
3"astro": "^6.4.0"
latest 7.0.0minor ^7.0.0
4"react": "catalog:react19"
catalog resolves ^19.0.0
5"left-pad": "1.1.0"
high vulnerability reported

Useful signals, not another dashboard.

The extensions focus on maintainers who review manifests all day: clear status signals, practical update targets, and actions that fit each editor.

Version status

Know when a range already accepts the latest stable release and when a newer target is available.

Semver choices

Apply patch, minor, major, or latest updates while preserving common `^` and `~` range style.

pnpm catalogs

Resolve `catalog:` and `catalog:name` entries before showing status, diagnostics, and update context.

Security risk

Use OSV results to separate routine update work from low, medium, high, and critical advisory risk.

Designed for the files teams actually touch.

Dep Beacon reads package manifests and workspace policy files, then keeps dependency maintenance actions close to the line that needs attention.

Open a manifest`package.json`, `pnpm-workspace.yaml`, or `pnpm-workspace.yml` activates the extension automatically.
Review the signalGreen, yellow, orange, and red labels distinguish healthy ranges, updates, warnings, and errors.
Apply the next moveUse CodeLens, diagnostics, update actions, and package links in VS Code or Zed.

Ready when the manifest opens

Make dependency reviews easier to scan.