blastRadius
Find all repositories that depend on a given package or symbol, tracing direct and transitive dependencies up to two hops in the dependency graph.
Instructions
2-hop bounded BFS over the package dependency graph: every other
indexed repo whose package directly (1 hop) or transitively through one
intermediary (2 hops) depends on symbol_or_package as registered for
repo (built by codeintel index, e.g. "npm:@scope/name"). The
graph has no per-node timestamp, so freshness is always reported as
unknown here — an honest limitation, not a bug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| symbol_or_package | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||