@cyclonedx/cyclonedx-library 10.0.1-alpha.2 → 10.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/dist.web/lib.js +1 -1
- package/dist.web/lib.js.map +1 -1
- package/package.json +10 -7
- package/res/schema/README.md +1 -1
- package/res/schema/bom-1.5.SNAPSHOT.xsd +15 -5
- package/res/schema/bom-1.6.SNAPSHOT.schema.json +3 -3
- package/res/schema/bom-1.6.SNAPSHOT.xsd +17 -7
- package/res/schema/bom-1.7.SNAPSHOT.schema.json +6 -6
- package/res/schema/bom-1.7.SNAPSHOT.xsd +17 -7
package/README.md
CHANGED
|
@@ -13,7 +13,10 @@
|
|
|
13
13
|
|
|
14
14
|
----
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
OWASP [CycloneDX][link_website] is a full‑stack Bill of Materials (BOM) and system‑transparency standard
|
|
17
|
+
that provides deep visibility into software, services, hardware, and AI components, enabling advanced supply‑chain security and cyber‑risk reduction.
|
|
18
|
+
|
|
19
|
+
This package provides functionality of _CycloneDX_ for _JavaScript_ (_Node.js_ or _WebBrowsers_),
|
|
17
20
|
written in _TypeScript_ and compiled for the target.
|
|
18
21
|
|
|
19
22
|
> [!NOTE]
|