File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ written in _TypeScript_ and compiled for the target.
1919* Provide a general purpose _ JavaScript_ -implementation of [ _ CycloneDX_ ] [ link_website ] for _ Node.js_ and _ WebBrowsers_ .
2020* Provide typing for said implementation, so developers and dev-tools can rely on it.
2121* Provide data models to work with _ CycloneDX_ .
22- * Provide a JSON- and an XML-normalizer , that...
22+ * Provide JSON- and XML-normalizers , that...
2323 * supports all shipped data models.
2424 * respects any injected [ _ CycloneDX_ Specification] [ CycloneDX-spec ] and generates valid output according to it.
2525 * can be configured to generate reproducible/deterministic output.
@@ -30,7 +30,7 @@ written in _TypeScript_ and compiled for the target.
3030 * Support the downstream implementation of custom XML-serializers tailored to specific environments
3131 by providing an abstract base class that takes care of normalization and BomRef-discrimination.
3232 This is done, because there is no universal XML support in _ JavaScript_ .
33- * Validation according to [ _ CycloneDX_ Specification] [ CycloneDX-spec ] . (currently for _ Node.js_ only)
33+ * Provide formal JSON- and XML-validators according to [ _ CycloneDX_ Specification] [ CycloneDX-spec ] . (currently for _ Node.js_ only)
3434
3535## Capabilities
3636
You can’t perform that action at this time.
0 commit comments