Skip to content

Latest commit

 

History

History
156 lines (94 loc) · 9.02 KB

CHANGELOG.md

File metadata and controls

156 lines (94 loc) · 9.02 KB

3.11.0 (September 9, 2024)

  • #102 Respect the NO_COLOR environment variable

3.10.0 (September 3, 2024)

  • #100 Add support for including specific columns in audit report

3.9.0 (September 2, 2024)

  • 5df4120 Bump micromatch from 4.0.4 to 4.0.8
  • 8820f03 Fix getting npm version through CLI

3.8.1 - 3.8.3 (August 17, 2024)

  • 607f16e fix(build): ensure lib/index.js is executable after build

3.8.0 (August 17, 2024)

  • 27a7cb3 Use "--omit=dev" internally on newer npm version
  • 76b4c57 b3e04d3 NPM Audit for fixing vulnerabilities

3.7.3 (March 22, 2022)

  • 99c0697 Added handling for empty strings in displaying unused exception message

3.7.2 (March 21, 2022)

3.7.1 (March 19, 2022)

  • 43380eb Fixed unused exceptions handler

3.7.0 (March 10, 2022)

  • 1871068 Handles non numeric exception IDs

3.6.0 (February 23, 2022)

  • #71 Added new option: ignore by module name

3.5.1 (December 1, 2021)

  • 0316010 Fixed npm run audit command
  • 697421d Fixed hanging process on Windows
  • f5ebe1f Fixed invalid main path in package.json

3.4.0 (October 10, 2021)

  • fe66222 Log exception, when failed to parse .nsprc file

3.3.0 (August 15, 2021)

  • 5f36c41 Shorten node path for NPM v7

3.2.1 (August 7, 2021)

  • e5d19a5 Include dependency path into the security report

3.1.2 (July 18, 2021)

3.1.1 (July 14, 2021)

3.1.0 (July 11, 2021)

  • #a5bba42 Updated declaration file extension so it will not be included in final build
  • #b1b05ff Added multiple date format support for expiry field
  • #15ae9ad Added dayjs package
  • #32b8535 Style the exception expiry date if it is more than one or five years ago

3.0.1 (July 11, 2021)

3.0.0 (July 11, 2021)

  • #49 Refactored to TypeScript 🎉
  • #49 Upgraded package commander from version 2.19.0 to 8.0.0

2.1.0 (June 24, 2021)

  • #43 Add support for npm registry url option (@Tristan WAGNER)
  • #42 Added CodeQL vulnerabilities check across codebase in CI
  • #e77632c Removed github username as region currently not supported

2.0.5 (June 22, 2021)

  • #52be395 Removed unused package cli-table from the dependencies
  • #40 Added nodejs v16.x coverage in CI

2.0.4 (June 22, 2021)

Notable changes

  • #0b7357c Simplified the workflow and improved overall performance by running lesser in the process
  • #0b7357c Added table module to display table format reports
  • #0b7357c Added table display for security report
  • #0b7357c Added table display of exceptions from .nsprc file
  • #39 Cleaned up test cases structure to be more straight forward and easier to maintain

Breaking changes

  • #e08a436 Renamed --ignore -i flag to --exclude -x for better clarity
  • #0b7357c Removed --display-full flag that was used to ignore the maximum display limit
  • #0b7357c Removed --display-notes flag that was used for displaying exception notes
  • #0b7357c Renamed ignore field to active in .nsprc file for better clarity
  • #0b7357c Renamed reason field to notes in .nsprc file for better clarity

Others

  • #4ba2612 Updated wording of unused exception warning
  • #0b7357c Removed logging of flags used in the command
  • #0b7357c Added NPM audit into the CI pipeline
  • #39 Updated README

Closed issues

  • #20 Provide more output when parsing exceptions file
  • #27 Hide excepted vulnerabilities from output
  • #28 Missing [ in truncation message

1.12.1 (June 21, 2021)

  • #7249096 Added FUNDING & updated README

1.12.0 (June 18, 2021)

1.11.2 (June 11, 2021)

  • #37 Fixed security CVE-2020-28469: Bump glob-parent from 5.1.1 to 5.1.2

1.11.1 (June 11, 2021)

1.11.0 (June 11, 2021)

  • #36 Added environment variable support NPM_CONFIG_AUDIT_LEVEL

1.10.1 (June 7, 2021)

  • #6661c78 Updated --full flag logging from [full log mode enabled] to [report display limit disabled]
  • #32 Added new flag --display-notes to display reasons for the exceptions

1.9.3 (June 6, 2021)

  • #31 Added CHANGELOG
  • #33 Updated README