File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ All notable changes to this project will be documented in this file.
1717 * Factory for ` PackageURL ` from ` Models.Component ` can handle additional data sources, now. (via [ #146 ] )
1818 * ` Models.Component.hashes ` map -> ` PackageURL.qualifiers.checksum ` list
1919 * ` Models.Component.externalReferences[distribution].url ` -> ` PackageURL.qualifiers.download_url `
20- * Method ` Factories.PackageUrlFactory.makeFromComponent() ` got a new optional param ` sort ` ,
20+ * Method ` Factories.PackageUrlFactory.makeFromComponent() ` got a new optional parameter ` sort ` ,
2121 to indicate whether to go the extra mile and bring hashes and qualifiers in alphabetical order.
2222 This feature switch is related to reproducible builds.
2323
Original file line number Diff line number Diff line change @@ -53,9 +53,10 @@ written in _TypeScript_ and compiled for the target.
5353 * ` Tool ` , ` ToolRepository `
5454* Factories for the following use cases:
5555 * Create data models from any license descriptor string
56+ * Create ` PackageURL ` from ` Component ` data models
5657 * Specific to _ Node.js_ : create data models from PackageJson-like data structures
5758* Builders for the following use cases:
58- * Specific to _ Node.js_ : create deep data models from PackageJson-like data structures
59+ * Specific to _ Node.js_ : create deep data models ` Tool ` or ` Component ` from PackageJson-like data structures
5960* Implementation of the [ _ CycloneDX_ Specification] [ CycloneDX-spec ] for the following versions:
6061 * ` 1.4 `
6162 * ` 1.3 `
You can’t perform that action at this time.
0 commit comments