Equivalent to npm ls? #22220
ZebraFlesh
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a standard repo, I'm used to managing dependencies through commands such as
rpm ls
. For example, if I receive a vulnerability report onglob
, I cannpm ls glob
or perhaps evennpm ls glob@<1.2.3
(assuming versions lower than1.2.3
are vulnerable, but1.2.3
and above are patched).What is the equivalent with
nx
? I've tried a few things, but haven't found a solution yet. (Example:nx graph
seems to not show dependencies from node_modules. Sinceglob
in the previous example is a transitive dependency, it only exists in node_modules and my lock file.)Beta Was this translation helpful? Give feedback.
All reactions