Interface PackageInfo

interface PackageInfo {
    analyzedAt: string;
    collected: Collected;
    error?: Error;
    evaluation: Evaluation;
    score: Score;
}

Properties

analyzedAt: string

The date in which the package was last analyzed

collected: Collected

The collected information from all sources

error?: Error

The error associated with the last analyze attempt

evaluation: Evaluation

The package evaluation

score: Score

The package score

Generated using TypeDoc