Skip to content

Commit

Permalink
property for component's "install path" (#308)
Browse files Browse the repository at this point in the history

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Nov 11, 2022
1 parent 0dddd49 commit e5f4deb
Show file tree
Hide file tree
Showing 183 changed files with 150,213 additions and 363 deletions.
14 changes: 10 additions & 4 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,35 @@ All notable changes to this project will be documented in this file.

## unreleased

* Added
* Components' install path/location will be visible in the SBOM result ([#305] via [#308])

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

## 1.4.1 - 2022-11-06

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

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

## 1.4.0 - 2022-11-05

* Added
* Enabled support for NPM v9. ([#245] via [#246])
* Enabled support for NPM v9 ([#245] via [#246])

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

## 1.3.0 - 2022-10-30

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

[#254]: https://github.com/CycloneDX/cyclonedx-node-npm/issues/254
[#259]: https://github.com/CycloneDX/cyclonedx-node-npm/pull/259
Expand Down
2 changes: 1 addition & 1 deletion demo/bundled-dependencies/example-results/bom.1.2.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo/bundled-dependencies/example-results/bom.1.2.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e5f4deb

Please sign in to comment.