Releases: NodeSecure/scanner
Releases · NodeSecure/scanner
v3.4.0
What's Changed
- Add @nodesecure/ci-action to GitHub workflow by @antoine-coulon in #28
- feat: add new option to include cwd devDependencies by @fraxken in #29
- Update dependencies by @fraxken in #33
New Contributors
- @antoine-coulon made their first contribution in #28
Full Changelog: v3.3.0...v3.4.0
v3.3.0
v3.2.0
v3.1.0
Changelog:
- Add a new logger event
depWalkerFinished
- thirdPartyDependencies is now an unique list.
- Add/Expose new types for
NodeSecure/ci
project. - Refactor events management with ScannerLoggerEvents CONSTANTS.
Full Changelog: v3.0.0...v3.1.0
v3.0.0
New major release of NodeSecure scanner. This release contains BREAKING CHANGES.
Changelog:
- Add
github:
resolver: #18 - Improve TypeScript interfaces and types: #14
- Securing the code base with the addition of dozen UT.
- Added documentation so as not to lose information on the codes and their objectives.
- Major enhancement on the registry fetch (fixing a lot of issues around maintainers, publishers and authors parsing).
- Enhance payload version management: #13
Thanks to @mbalabash for his contributions.