Gathering detailed insights and metrics for downpop
Gathering detailed insights and metrics for downpop
Gathering detailed insights and metrics for downpop
Gathering detailed insights and metrics for downpop
Just a simple way to get a glance at raw download counts for npm packages.
npm install downpop
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
52 Commits
2 Branches
1 Contributors
Updated on Jan 02, 2021
Latest Version
1.0.1
Package Id
downpop@1.0.1
Unpacked Size
15.50 kB
Size
4.69 kB
File Count
6
NPM Version
7.3.0
Node Version
15.5.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
1
Just a simple way to get a glance at raw download counts for npm packages.
npx downpop <package1> <package2> ... <packageN>
To make sure you are using the latest version you can also do:
npx downpop@latest <package1> <package2> ... <packageN>
npm install downpop
1import { buildNpmPackageInfoCharts } from 'downpop'; 2 3buildNpmPackageInfoCharts([ 4 'jquery', 5 'react', 6 'vue' 7]) 8.then(packageInfoChartsResult => console.log(packageInfoChartsResult.charts['last-month']));
1/** 2 * @typedef {Object} NpmPackageInfo 3 * @property {string} package 4 * @property {number} downloads 5 * @property {string} start 6 * @property {string} end 7 */ 8 9/** 10 * @typedef {Object} PackageInfo 11 * @property {NpmPackageInfo[]} last-day 12 * @property {NpmPackageInfo[]} last-week 13 * @property {NpmPackageInfo[]} last-month 14 * @property {NpmPackageInfo[]} last-year 15 */ 16 17/** 18 * @param {string|string[]} packageNames 19 * @returns {Promise<PackageInfo[]>} 20 */ 21function getNpmPackageInfo(packageNames) {...} 22 23/** 24 * @typedef {Object} PackageInfoCharts 25 * @property {string} last-day 26 * @property {string} last-week 27 * @property {string} last-month 28 * @property {string} last-year 29 */ 30 31/** 32 * @typedef {Object} PackageInfoChartsResult 33 * @property {PackageInfoCharts} charts 34 * @property {string} error 35 */ 36 37/** 38 * @param {string|string[]} packageNames 39 * @returns {Promise<PackageInfoChartsResult>} 40 */ 41function buildNpmPackageInfoCharts(packageNames) {...}
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
1 existing vulnerabilities detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
security policy file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More