diff --git a/HISTORY.md b/HISTORY.md index 17906484..1740a118 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,9 +7,11 @@ All notable changes to this project will be documented in this file. * Docs + * Acknowledge native command for _pnpm_ (via [#406]) * Fix link for _Bun_ (via [#382]) [#382]: https://github.com/CycloneDX/cyclonedx-node-module/pull/382 +[#406]: https://github.com/CycloneDX/cyclonedx-node-module/pull/406 ## 4.1.5 - 2026-03-19 diff --git a/README.md b/README.md index feb4b0f1..50f1f855 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ generate _[CycloneDX][link_website]_ Software-Bill-of-Materials (SBOM) from _nod | Ecosystem | Actual Tool | |:---------:|:------------| | _npm_ | [@cyclonedx/cyclonedx-npm](https://www.npmjs.com/package/%40cyclonedx/cyclonedx-npm) | -| _pnpm_ | To be announced, suggestions welcome.
Candidate: [cyclonedx-node-pnpm](https://github.com/CycloneDX/cyclonedx-node-pnpm) | +| _pnpm_ | Native subcommand: [`pnpm sbom`](https://pnpm.io/cli/sbom) | | _yarn_ | [@cyclonedx/yarn-plugin-cyclonedx](https://www.npmjs.com/package/%40cyclonedx/yarn-plugin-cyclonedx) | *) You should not depend on this very meta-package, instead depend on the actual tool that fits your specific (eco)system.