cdxgen icon indicating copy to clipboard operation
cdxgen copied to clipboard

[deno] Detect direct imports

Open prabhu opened this issue 3 months ago • 1 comments

Deno seems to encourage golang style imports of http and jsr packages. These currently would not be reported by cdxgen.

import { VERSION } from "https://deno.land/std/version.ts";
import { parse, stringify } from "jsr:@std/toml";
import { Client } from "https://deno.land/x/[email protected]/mod.ts";

Blocked by

https://github.com/package-url/purl-spec/issues/302

prabhu avatar Apr 29 '24 10:04 prabhu