Type Alias OsvEcosystem

OsvEcosystem:
    | "npm"
    | "PyPI"
    | "Go"
    | "Maven"
    | "RubyGems"
    | "NuGet"
    | "crates.io"
    | "Packagist"
    | "Hex"
    | "Pub"
    | "Linux"
    | "OSS-Fuzz"
    | "Debian"
    | "Alpine"
    | "Android"
    | "GitHub Actions"
    | "Bitnami"
    | "CRAN"
    | "GSD"
    | "SwiftURL"
    | string & {}

Identifies the ecosystem a package belongs to.