Skip to content

Commit 7ee7ee3

Browse files
authored
Normalize package json before use (#537)
* 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 <[email protected]>
1 parent 7e31ef0 commit 7ee7ee3

File tree

101 files changed

+90724
-26285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

101 files changed

+90724
-26285
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
- '18' # Active LTS
7373
- '16'
7474
- '14'
75-
- '14.0.0' # Lowest supported by this project
7675
os:
7776
- ubuntu-latest
7877
- windows-latest

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44

55
## unreleased
66

7+
* Changed
8+
* Detected node packages' metadata are now [normalized](https://www.npmjs.com/package/normalize-package-data), before translation to SBOM components happens. ([#536] via [#537])
9+
This might increase the quality of SBOM results.
10+
11+
[#536]: https://github.com/CycloneDX/cyclonedx-node-npm/issues/536
12+
[#537]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/537
13+
714
## 1.8.0 - 2023-02-16
815

916
* Added

0 commit comments

Comments
 (0)