Releases: mhoc/npm-audit-action
v4
v3
v2
-
Added "Unused Production Dependencies", which calls depcheck with its default options to list dependencies required in production by
package.json
but which don't appear to be imported in the code. -
Added "Unused Developer Dependencies", similar to the production ones.
-
Added "Missing Dependencies", also reported by depcheck, to list the opposite; dependencies which appear to be imported in the code, but missing from
package.json
. -
Various dependency updates
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.