CycloneDX JavaScript Library - Node - v9.4.0
    Preparing search index...

    Interface OptionalSourceProperties

    interface OptionalSourceProperties {
        name?: string;
        url?: string | URL;
    }
    Index

    Properties

    Properties

    name?: string
    url?: string | URL