@@ -16,14 +16,27 @@ generate _[CycloneDX][link_website]_ Software Bill-of-Materials (SBOM) from _nod
1616
1717| ecosystem | actual tool |
1818| :---------:| :------------|
19- | _ npm_ | [ @cyclonedx/cyclonedx-npm ] ( https://www.npmjs.com/package/%40cyclonedx/cyclonedx-npm ) |
20- | _ yarn_ | to be announced <!-- maybe https://github.com/CycloneDX/cyclonedx-node-yarn --> |
21- | _ pnpm_ | to be announced <!-- maybe https://github.com/CycloneDX/cyclonedx-node-pnpm --> |
22- | _ parcel_ | to be announced |
19+ | _ npm_ | [ @cyclonedx/cyclonedx-npm ] ( https://www.npmjs.com/package/%40cyclonedx/cyclonedx-npm ) |
20+ | _ yarn_ | to be announced <!-- maybe https://github.com/CycloneDX/cyclonedx-node-yarn --> |
21+ | _ pnpm_ | to be announced <!-- maybe https://github.com/CycloneDX/cyclonedx-node-pnpm --> |
2322
24- 💡 You should not depend on this very package, but the actual tool that suites your specific ecosystem.
23+ You should not depend on this very meta- package, but the actual tool that suites your specific ecosystem.
2524
26- 💡 If you are looking for a JavaScript/TypeScript library for working with CycloneDX, its data models or serialization,
25+ ## Out of Scope
26+
27+ There are ecosystems, that are not node-based, but use node as a runtime/compiler environment.
28+ These ecosystems are out of scope. Therefore, the following packages are not part of this very meta-package.
29+
30+ | ecosystem | actual tool |
31+ | :---------:| :------------|
32+ | _ webpack_ | [ @cyclonedx/webpack-plugin ] ( https://www.npmjs.com/package/%40cyclonedx/webpack-plugin ) |
33+ | _ Angular_ | [ @cyclonedx/webpack-plugin ] ( https://www.npmjs.com/package/%40cyclonedx/webpack-plugin ) |
34+ | _ React_ | [ @cyclonedx/webpack-plugin ] ( https://www.npmjs.com/package/%40cyclonedx/webpack-plugin ) |
35+ | _ Parcel_ | to be announced |
36+
37+ ## Library
38+
39+ If you are looking for a JavaScript/TypeScript library for working with CycloneDX, its data models or serialization,
2740then you might want to try [ @cyclonedx/cyclonedx-library ] ( https://www.npmjs.com/package/%40cyclonedx/cyclonedx-library ) .
2841
2942## Contributing
0 commit comments