You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`--tm, --transitive-deps-mode [mode]`| Controls, which transitive dependencies are included: <ul><li>`'all'`</li> <li>`'from-external-only'` (only transitive dependencies of direct dependencies specified by non-workspace:... specifiers)</li> <li>`'from-workspace-only'` (only direct dependencies of direct dependencies specified by `workspace:` specifier)</li> <li>`'none'`</li></ul> |`'all'`|
98
+
|`--dm, --dev-deps-mode [mode]`| <ul><li>`'root-only'` (only direct devDependencies from the scanned project's root package.json)</li> <li>`'none'`</li></ul> |`'none'`|
99
+
|`--od, --include-optional-deps [include]`| Whether to include optionalDependencies in the scan; other flags apply |`true`|
0 commit comments