v1
-
Initial stable release.
-
Reports a "Total Dependencies" count, which counts all immediate and transitive dependencies of your project.
-
Reports "Vulnerabilities" in a table, which runs
npm audit
and reports back known vulnerabilities. -
Reports "Outdated Packages" in a table, which runs
npm outdated
and reports back packages which have newer versions published.