Qualifiers are a map of string key-value pairs

This commit is contained in:
Lane Seppala
2023-06-02 15:24:39 +00:00
parent 5a8ce4ad8c
commit 83edbc93dd
5 changed files with 40 additions and 15 deletions
+1 -1
View File
@@ -8,6 +8,6 @@ export default class ComponentDetection {
private static getComponentDetectionParameters;
static getManifestsFromResults(): Promise<Manifest[] | undefined>;
private static getDependencyScope;
private static makePackageUrl;
static makePackageUrl(packageUrlJson: any): string;
private static getLatestReleaseURL;
}