Skip to content

Latest commit

 

History

History
112 lines (51 loc) · 4.2 KB

CHANGELOG.md

File metadata and controls

112 lines (51 loc) · 4.2 KB

Changelog

5.0.0 (2023-05-22)

⚠️ BREAKING CHANGES

  • use a passed in chalk instance to create colors (#84)

Features

  • ef0bac5 #84 use a passed in chalk instance to create colors (#84) (@lukekarrys)

4.0.0 (2022-10-10)

⚠️ BREAKING CHANGES

  • npm-audit-report is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

  • af74324 #67 postinstall for dependabot template-oss PR (@lukekarrys)

3.0.0 (2022-03-23)

⚠ BREAKING CHANGES

  • this drops support for node10 and non-LTS versions of node 12 and node 14.

Bug Fixes

  • linting and printed check (0e1d9e5)

  • @npmcli/template-oss@3.1.2 (6aa9eef)

1.3.3 (2020-03-26)

1.3.2 (2018-12-18)

Bug Fixes

  • parseable: add support for critical vulns and more resolves on update/install action (#28) (5e27893)
  • security: audit fix (ff9faf3)
  • urls: Replace hardcoded URL to advisory with a URL from audit response (#34) (e2fe95b)

1.3.1 (2018-07-10)

1.3.0 (2018-07-09)

Bug Fixes

  • deps: remove object.values dependency (2c5374a)
  • detail: Fix info-level severity (#18) (807db5a)
  • tests: a test should not cause side-effects in other tests (#23) (a94449f)

Features

  • output: add parseable tabular output format support (#21) (1c9aaf4)

1.2.1 (2018-05-17)

Bug Fixes

  • detail: count id+path instead of just id (99880fd)

1.2.0 (2018-05-16)

Bug Fixes

  • full-report: Fix install flag for devDependencies (#14) (30e5f30)

Features

  • detail: consistified full report with install report (#15) (6df6810)
  • install: include npm audit recommendation too (32fb153)

1.1.0 (2018-05-10)

Bug Fixes

  • install: not enough data for this conditional (6ddc30c)

Features

  • report: compress and reformat human-readable install report (74d5203)