Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: Webklex/sinker

1.1.0

22 Feb 11:43

Choose a tag to compare

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.

1.0.1

15 Feb 15:54

Choose a tag to compare

Initial release