Documentation
Dep Beacon Docs
Dep Beacon brings dependency status into VS Code manifests. It checks npm registry metadata, calculates semver-aware update targets, resolves pnpm catalogs, and marks OSV security risk with clear status colors.
Add Dep Beacon from Marketplace or Open VSX and open a supported manifest.
02VS Code ExtensionUnderstand inline labels, CodeLens actions, commands, and status colors.
03pnpm WorkspacesSee how default and named catalogs resolve before dependency analysis.
04Security 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.