For a package graph of a->b->c (where b depends on a), transitive consumers of a are b & c and their consumers (or what are the consequences of a)
a->b->c
b
a
c
Do not use
For a package graph of
a->b->c(wherebdepends ona), transitive consumers ofaareb&cand their consumers (or what are the consequences ofa)