Skip to content

Latest commit

 

History

History
492 lines (243 loc) · 22.2 KB

File metadata and controls

492 lines (243 loc) · 22.2 KB

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

5.1.5 (2026-04-27)

Enhancements

  • upgraded dependencies and wrapped open command in quotes (b0a2066)

5.1.4 (2026-03-12)

Enhancements

5.1.3 (2026-01-20)

Bug Fixes

Enhancements

5.1.2 (2025-09-30)

Enhancements

  • changed all links after repo transfer (874d159)

5.1.1 (2025-09-23)

Bug Fixes

  • fixed "The provided folder does not exist" error + upgraded packages (5113cd2)
  • package.json git repository URL format changed (ce66723)

5.1.0 (2025-07-28)

Features

Bug Fixes

  • add bun test to github workflows (7ff4736)
  • replace optional chaining (c53e1bd)

Enhancements

  • upgraded Biome version + npm audit fix (ba5dcc9)

Documentation

  • update readme and contributing with bun (8eb4d6e)

5.0.1 (2025-05-09)

Bug Fixes

  • remove minifying step because it was breaking the code (66d9564)

5.0.0 (2025-05-08)

⚠ BREAKING CHANGES

  • yarn support + tests linting + deduplication of findings
  • support pnpm audit + removing duplicated tests + updated docs

Features

  • support pnpm audit + removing duplicated tests + updated docs (f9da643)
  • yarn support + tests linting + deduplication of findings (6ce65c1)

Documentation

  • improved usage description for new tools (623da62)
  • readme tags and sponsor logo (3fb16d2)

4.4.0 (2025-04-11)

Features

  • added --version parameter (8df55a0)

4.3.1 (2025-03-23)

Bug Fixes

Enhancements

  • removed rounded borders of readme's image (f400cf8)

4.3.0 (2025-03-23)

Features

  • added sarif format export (49a50ed)

Enhancements

  • upgraded minor dev dependencies (b81107d)

4.2.1 (2025-01-23)

Enhancements

4.2.0 (2024-12-02)

Features

  • upgraded packages and added a severity filter on summary (9c4c100)

Bug Fixes

  • adapted tests for the new UI structure (35ab279)

Enhancements

  • changed README downloads badge (4803740)
  • upgraded dependencies (e2a184c)
  • upgraded dependencies (74a831f)
  • upgraded dev dependencies (9d4e322)
  • upgraded some dependencies (21329bd)

4.1.0 (2024-10-07)

Features

  • exporting as CSV/JSON and new UI styles (458ba7e)

Bug Fixes

  • tests suite in Github Actions after upgrading to v4 (2b0af55)

Enhancements

Code Style

4.0.0 (2024-10-07)

Features

  • merging path parameters into single parameter (be9f728)

3.1.1 (2024-09-23)

Enhancements

  • ci: improved final package size by minifying content (4094d30)

3.1.0 (2024-09-20)

Features

  • added --open option to open output in browser (ce74222)

Enhancements

  • docs: added documentation about the --open option (6985544)

3.0.1 (2024-09-20)

Bug Fixes

  • correctly parsing vulnerabilities in the EJS template for JS script (8acc286)

Enhancements

  • tests: added various string interpolations to validate EJS templating stringify (5c82fb7)

3.0.0 (2024-09-19)

Features

  • added descritive tags (acccc4e)
  • dinamically rendering vulnerabilities using JS (ff1e184)
  • filters and searching in the export file (99f5a15)
  • searching by package name or title (18dfef0)
  • wip: showing severity and tag filters (de77ce8)

Enhancements

  • added title to npm audit fix in html (774582f)
  • enhanced documentation in the README (6786e05)
  • final adjusts for v3 (50503fd)
  • improved filtering functions and simplified HTML structure (369284a)
  • release: 2.2.0 (a4863d9)

2.2.0 (2024-09-17)

Features

Enhancements

  • added title to npm audit fix in html (774582f)

2.1.7 (2024-08-20)

Enhancements

  • changed all files from CRLF to LF (3d90c6d)
  • using global funding file (cdb9c04)

2.1.6 (2024-08-14)

Enhancements

  • removing unused assets from the version publishing (571afb7)

2.1.5 (2024-08-14)

Bug Fixes

Enhancements

2.1.4 (2024-08-12)

Bug Fixes

  • ordering vulnerabilities by severity (913c58b)

Enhancements

2.1.3 (2024-04-03)

Bug Fixes

  • npm ignoring unecessary files (f837393)

2.1.2 (2024-04-03)

Bug Fixes

  • (WIP) generate mock npm audit (e7250c6)
  • ejs install error (fb000ce)
  • running based on mock scan data (980a91f)

Enhancements

  • (WIP) dialing back parallel runs (f47bcac)
  • (WIP) explicitly versioning reports (f50f6e8)
  • (WIP) support for working directory (2092be0)
  • (WIP) try using npx instead (e5e9722)
  • (WIP) trying from v16 (ec1de03)
  • (WIP) tweak github actions config (b600468)
  • (WIP) using just chrome while getting things working (08ce8e4)
  • (WIP) webkit dependencies (36e43b2)
  • +firefox (124fd63)
  • +webkit (c077524)
  • add browser to test name (3435d64)
  • allow overwriting playwright report (e6d82d0)
  • cleanup to focus on playwright setup (9ade4f2)
  • code review (8e3d4ed)
  • gitignore updates (3c23192)
  • playwright specs & nodejs testing strategy (98c3995)
  • remove extraneous dependencies (4514718)
  • remove nodejs v12 and v14 (0e1a365)
  • removing some browsers (12ec0f8)
  • SAVEPOINT (24ee940)
  • SAVEPOINT (aaca710)
  • shorter test name and bringing all the nodejs versions back 🤞🏾 (9714778)
  • support for browser tests (4dcf959)
  • testing nodejs v20 instead (v22 unavailable) (a7c66c0)
  • update .gitignore (8cdec1e)
  • upgraded dependency (133d8f5)
  • using the old format for audit export (f8dee29)

2.1.1 (2024-02-16)

Enhancements

  • adjusted parameter parsing functionality (7163766)

2.1.0 (2024-02-16)

Features

Bug Fixes

Enhancements

  • changed PR thank message (90a6301)

Documentation

  • fixed README.md command (ff5d653)

2.0.0 (2024-01-31)

Documentation

  • enhanced documentation for command line arguments (54b1433)

1.1.0 (2024-01-29)

Features

  • handling also vulnerabilities without CWEs (26f1be4)

1.0.8 (2024-01-29)

Bug Fixes

1.0.7 (2024-01-28)

Bug Fixes

  • npm provenance configuration (e3cc1b1)

Enhancements

1.0.6 (2024-01-21)

Bug Fixes

1.0.5 (2024-01-18)

Enhancements

  • added a message for an empty table (3287233)
  • improved the pre pack steps (55a06b1)

Documentation

  • added better documentation to README.md (08f5bae)
  • added screenshot to README.md (668d10b)
  • improved image align (4cdc785)
  • removed extra messages (dfcc751)
  • resuming content (bafc031)

1.0.4 (2024-01-15)

Bug Fixes

  • removing version limit for Node.js (c73987d)

1.0.3 (2024-01-15)

Bug Fixes

Enhancements

Documentation

Code Style

  • improved look and feel of the changelog (5ecc686)

1.0.2 (2024-01-13)

Bug Fixes

  • preventing postinstall script when downloading from npm (bd787b2)

1.0.1 (2024-01-13)

Enhancements

  • overall performance improvement (ff899a2)

1.0.0 (2024-01-13)

Features

  • added html template export (e04c3ba)
  • initial structure (7c09b67)
  • Node.js 10, 12 and 14 support (6024074)
  • working with all audit objects (0a23400)

Bug Fixes

Code Styles

  • added eslint, husky and releases-support (d95ae75)

Enhancements

  • ci/cd changes for npm publishing (cdfd04f)