Skip to content

Commit e5f4deb

Browse files
authored
property for component's "install path" (#308)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 0dddd49 commit e5f4deb

File tree

183 files changed

+150213
-363
lines changed

Some content is hidden

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

183 files changed

+150213
-363
lines changed

HISTORY.md

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

55
## unreleased
66

7+
* Added
8+
* Components' install path/location will be visible in the SBOM result ([#305] via [#308])
9+
10+
[#305]: https://github.com/CycloneDX/cyclonedx-node-npm/issues/305
11+
[#308]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/308
12+
713
## 1.4.1 - 2022-11-06
814

915
* Fixed
10-
* Components' "sha512" hash is properly detected and populated in the SBOM result. ([#302] via [#303])
16+
* Components' "sha512" hash is properly detected and populated in the SBOM result ([#302] via [#303])
1117

1218
[#302]: https://github.com/CycloneDX/cyclonedx-node-npm/issues/302
1319
[#303]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/303
1420

1521
## 1.4.0 - 2022-11-05
1622

1723
* Added
18-
* Enabled support for NPM v9. ([#245] via [#246])
24+
* Enabled support for NPM v9 ([#245] via [#246])
1925

2026
[#245]: https://github.com/CycloneDX/cyclonedx-node-npm/issues/245
2127
[#246]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/246
2228

2329
## 1.3.0 - 2022-10-30
2430

2531
* Fixed
26-
* Improved the NPM compatibility with `--omit` options. ([#254] via [#259])
32+
* Improved the NPM compatibility with `--omit` options ([#254] via [#259])
2733
* In case of an error, the exit code is guaranteed to be non-zero (via [#260])
2834
* Misc
29-
* Added more debug output regarding NPM version detection. (via [#259])
35+
* Added more debug output regarding NPM version detection (via [#259])
3036

3137
[#254]: https://github.com/CycloneDX/cyclonedx-node-npm/issues/254
3238
[#259]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/259

demo/bundled-dependencies/example-results/bom.1.2.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/bundled-dependencies/example-results/bom.1.2.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)