Dependicus API Reference
    Preparing search index...

    Interface DependencyDetailContext

    What a plugin is told about the dependency whose page is being built.

    interface DependencyDetailContext {
        ecosystem: string;
        name: string;
        store: FactStore;
        version: DependencyVersion;
    }
    Index

    Properties

    ecosystem: string
    name: string
    store: FactStore