Auth0 Node.js SDK - v5.0.0
    Preparing search index...

    Interface ActionVersionDependency

    Dependency is an npm module. These values are used to produce an immutable artifact, which manifests as a layer_id.

    interface ActionVersionDependency {
        name?: string;
        version?: string;
        registry_url?: string;
    }
    Index

    Properties

    name?: string

    name is the name of the npm module, e.g. lodash

    version?: string

    description is the version of the npm module, e.g. 4.17.1

    registry_url?: string

    registry_url is an optional value used primarily for private npm registries.