Interface NpmVersionDownloadPoint

Download count for a specific package version over the previous 7 days.

interface NpmVersionDownloadPoint {
    downloads: number;
    package: string;
    period: "last-week";
    version: string;
}

Properties

downloads: number

Download count for this version

package: string

Package name

period: "last-week"

Period used for the request

version: string

Version string