We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1d0d38c + 83fb834 commit c16aa51Copy full SHA for c16aa51
src/componentDetection.ts
@@ -250,7 +250,7 @@ export default class ComponentDetection {
250
}
251
252
try {
253
- var packageUrl = `${packageUrlJson.Scheme}:${packageUrlJson.Type}/`;
+ const packageUrl = `${packageUrlJson.Scheme}:${packageUrlJson.Type}/`;
254
if (packageUrlJson.Namespace) {
255
packageUrl += `${packageUrlJson.Namespace.replaceAll("@", "%40")}/`;
256
0 commit comments