Skip to content

Commit

Permalink
Normalize package json before use (#537)
Browse files Browse the repository at this point in the history
* Changed
  * Detected node packages' metadata are now [normalized](https://www.npmjs.com/package/normalize-package-data), before translation to SBOM components happens.  
    This might increase the quality of SBOM results.


---------

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck authored Mar 2, 2023
1 parent 7e31ef0 commit 7ee7ee3
Show file tree
Hide file tree
Showing 101 changed files with 90,724 additions and 26,285 deletions.
1 change: 0 additions & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
- '18' # Active LTS
- '16'
- '14'
- '14.0.0' # Lowest supported by this project
os:
- ubuntu-latest
- windows-latest
Expand Down
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

## unreleased

* Changed
* Detected node packages' metadata are now [normalized](https://www.npmjs.com/package/normalize-package-data), before translation to SBOM components happens. ([#536] via [#537])
This might increase the quality of SBOM results.

[#536]: https://github.com/CycloneDX/cyclonedx-node-npm/issues/536
[#537]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/537

## 1.8.0 - 2023-02-16

* Added
Expand Down
Loading

0 comments on commit 7ee7ee3

Please sign in to comment.