Skip to content

1.1.0

Latest

Choose a tag to compare

@Webklex Webklex released this 22 Feb 11:43
· 3 commits to main since this release

Fixed

  • Improved configuration loading with loadConfigSync support and better error handling.
  • Fixed path imports by removing node: prefix for better compatibility.
  • Cleaned up reporter logic by extracting formatter into a separate module.
  • Renamed sink groups from plural to singular for consistency (e.g., "Cookie Sinks" -> "Cookie Sink").

Added

  • Added ESLint plugin support.
  • Added minimal output format via -m or --minimal flag.
  • Added --version or -v flag to display the current version.
  • Added explicit type annotations across the codebase for better maintainability.
  • Added HtmlScriptBlock type for better HTML scanning support.
  • Expanded test suite with additional unit tests for scanners and CLI components.