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.
1 parent 9c54209 commit 83fb834Copy full SHA for 83fb834
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