Documentation
Dep Beacon Docs
Dep Beacon brings dependency status into VS Code and Zed manifests. It checks npm registry metadata, calculates semver-aware update targets, resolves pnpm catalogs, and marks OSV security risk with clear editor signals.
Add Dep Beacon to VS Code or Zed and open a supported manifest.
02VS Code ExtensionUnderstand inline labels, CodeLens actions, commands, and status colors.
03Zed ExtensionUse the zero-config diagnostics dashboard, individual and bulk updates, hovers, and npm links.
04pnpm WorkspacesSee how default and named catalogs resolve before dependency analysis.
05Security SignalsUse OSV severity signals to separate routine updates from advisory risk.
Core ideas
Keep update decisions beside the dependency range instead of sending maintainers to another dashboard.
Show patch, minor, major, and latest targets instead of one vague update suggestion.
Resolve pnpm catalogs before analysis, so `catalog:` never looks like an unknown version.
Keep outdated packages, invalid ranges, and vulnerability severity visually distinct.
Supported files
Dependency sections, npm overrides, Yarn resolutions, and pnpm-specific blocks.
Default catalogs, named catalogs, overrides, and package extensions.
Refresh signals, clear registry cache, sort manifests, toggle prereleases, and run installs.