Skip to content

Releases: mhoc/npm-audit-action

v4

05 Nov 20:03
Compare
Choose a tag to compare
  • Update all dependencies.

v3

04 Jun 16:53
Compare
Choose a tag to compare
v3
  • Update dependencies.

v2

17 May 15:53
Compare
Choose a tag to compare
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

17 May 15:40
Compare
Choose a tag to compare
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.