
Research
/Security News
Malicious Chrome Extension Performs Hidden Affiliate Hijacking
A Chrome extension claiming to hide Amazon ads was found secretly hijacking affiliate links, replacing creators’ tags with its own without user consent.
cli-spinners
Advanced tools
70+ spinners for use in the terminal
The list of spinners is just a JSON file and can be used wherever.
You probably want to use one of these spinners through the ora package.
npm install cli-spinners
import cliSpinners from 'cli-spinners';
console.log(cliSpinners.dots);
/*
{
interval: 80,
frames: ['â ‹', 'â ™', 'â ą', 'â ¸', 'â Ľ', 'â ´', 'â ¦', 'â §', 'â ‡', 'â Ź']
}
*/
interval is the intended time per frame, in milliseconds.frames is an array of frames to show for the spinner.The header GIF is outdated. See all the spinner at once or one at the time.
Each spinner comes with a recommended interval and an array of frames.
Get a random spinner.
import {randomSpinner} from 'cli-spinners';
console.log(randomSpinner());
/*
{
interval: 80,
frames: ['â ‹', 'â ™', 'â ą', 'â ¸', 'â Ľ', 'â ´', 'â ¦', 'â §', 'â ‡', 'â Ź']
}
*/
Ora is a popular package that provides spinner functionality for CLI applications. It includes a wide variety of spinner styles and offers an easy-to-use API for controlling the spinner's lifecycle. Compared to cli-spinners, ora is more feature-rich and provides a higher-level API for managing spinners.
Node-spinner is another package that offers spinner functionality for Node.js applications. It is a simpler and more lightweight alternative to cli-spinners, with a focus on simplicity and ease of use. However, it may not have as many spinner options or features as cli-spinners.
CLUI is a collection of Node.js command line UI components, which includes spinner functionality as one of its features. While it provides a broader set of CLI tools beyond just spinners, it can be used in a similar way to cli-spinners for displaying loading indicators in the terminal.
FAQs
Spinners for use in the terminal
The npm package cli-spinners receives a total of 26,704,302 weekly downloads. As such, cli-spinners popularity was classified as popular.
We found that cli-spinners demonstrated a healthy version release cadence and project activity because the last version was released less than 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.

Research
/Security News
A Chrome extension claiming to hide Amazon ads was found secretly hijacking affiliate links, replacing creators’ tags with its own without user consent.

Security News
A surge of AI-generated vulnerability reports has pushed open source maintainers to rethink bug bounties and tighten security disclosure processes.

Product
Scan results now load faster and remain consistent over time, with stable URLs and on-demand rescans for fresh security data.