Skip to content

[deno] Detect direct imports #1024

Open
@prabhu

Description

@prabhu

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

package-url/purl-spec#302

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions