File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -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 ] .
33+ * Validation according to [ _ CycloneDX_ Specification] [ CycloneDX-spec ] . (currently for _ Node.js _ only)
3434
3535## Capabilities
3636
@@ -93,8 +93,7 @@ written in _TypeScript_ and compiled for the target.
9393 * Specific to _ Node.js_ : implementation plugs/requires/utilizes one of the following _ optional_ libraries
9494 * [ xmlbuilder2] ( https://www.npmjs.com/package/xmlbuilder2 )
9595 * ... to be continued ... (pull requests are welcome)
96- * Validation
97- * TODO: write proper descriptions
96+ * Formal validators for JSON string and XML string (currently for _ Node.js_ only)
9897
9998## Installation
10099
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export * from './index.common'
2121
2222// region web-specifics
2323
24- // json validator is experimental, and not public to web , yet
24+ // json validator is notentirely tested fr WEB , yet
2525// export * from './jsonValidator'
2626
2727// there is no XML validator for the web, yet
You can’t perform that action at this time.
0 commit comments