
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
npm-increaser-downloads
Advanced tools
Raises the popularity score on your package through nefarious means.
A tool designed to simulate package downloads and increase the popularity score of npm packages, inspired by npm-downloads-increaser. This enhanced version allows developers to test and analyze the impact of download counts on package visibility and ranking within the npm ecosystem, with added support for packages not found in npms.io and several new features.
This tool is intended for educational and testing purposes only. Artificially inflating download counts may violate npm's terms of service. Use responsibly and at your own risk.
Install npm-increaser-downloads globally using npm:
npm install -g npm-increaser-downloads
or
npx npm-increaser-downloads
You can run npm-increaser-downloads in two ways:
nid
This will prompt you for the necessary configuration options.
nid [options]
Available options:
-p, --package-name <name>: NPM package to increase the downloads of-n, --num-downloads <number>: Number of times to download the package-m, --max-concurrent-downloads <number>: Amount of downloads to run in parallel at once-t, --download-timeout <number>: Max time (in ms) to wait for a download to completehelp: Display help informationExamples:
nid -p my-package -n 1000 -m 300 -t 3000
nid --package-name my-package --num-downloads 1000 --max-concurrent-downloads 300 --download-timeout 3000
For more information and all available options, run:
nid help
Once you specify your configuration, this will start spamming downloads for the provided package in the npmjs registry. This will increase the popularity score of the npm package.
NOTE: The npmJS Weekly Downloads are updated once every 24 hours, so results will not be instantly visible.
| Property | Description | Example |
|---|---|---|
| packageName | NPM package to increase the downloads of | "npm-increaser-downloads" |
| numDownloads | Number of times to download the package | 1000 |
| maxConcurrentDownloads | Amount of downloads to run in parallel at once | 300 |
| downloadTimeout | Max time (in ms) to wait for for a download to complete | 3000 |
NOTE: slower networks may perform better with a lower maxConcurrentDownloads and a higher downloadTimeout
Install the project using:
git clone https://github.com/MinhOmega/npm-increaser-downloads
Open npm-increaser-downloads.config.ts from the root directory, and populate the configuration options as shown in the table above.
Installing dependencies:
npm install
Running in development mode:
npm run dev
Running the CLI in development mode:
npm run dev:cli
Compiling to JavaScript:
npm run build
Running with Node:
npm start
Running tests:
npm test
Formatting code:
npm run format
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)This project is licensed under the MIT License. See the LICENSE file for details.
FAQs
Raises the popularity score on your package through nefarious means.
The npm package npm-increaser-downloads receives a total of 218,632 weekly downloads. As such, npm-increaser-downloads popularity was classified as popular.
We found that npm-increaser-downloads demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.