🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@changesets/get-dependents-graph

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@changesets/get-dependents-graph

Get the graph of dependents in a monorepo

next
Source
npmnpm
Version
3.0.0-next.8
Version published
Weekly downloads
3M
-18.56%
Maintainers
2
Weekly downloads
 
Created
Source

Get Dependents Graph

Open on npmx.dev View changelog

Small helper utility extracted from bolt to get a graph of relationships between packages.

import { getDependentsGraph } from "@changesets/get-dependents-graph";
import { getPackages } from "@manypkg/get-packages";

const packages = await getPackages(cwd);

let { graph, valid } = getDependentsGraph(packages);

Mostly published for use in changesets

FAQs

Package last updated on 25 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts