Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
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.
We found that npm-increaser-downloads demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.