🚀 Socket Launch Week 🚀 Day 2: Introducing Repository Labels and Security Policies.Learn More
Socket
Sign inDemoInstall
Socket

mico-spinner

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mico-spinner

minimalistic spinner for nodejs projects

1.4.0
latest
Source
npm
Version published
Weekly downloads
7.9K
-2.01%
Maintainers
1
Weekly downloads
 
Created
Source

mico-spinner

screenshot

Minimalistic spinner for Node.js.

  • Only single dependency (Pico Colors) without sub-dependencies. In contrast, ora has 30 sub-dependencies.
  • Detects Unicode and color support in terminal.

Usage

let micoSpinner = require('mico-spinner')

let spinner = micoSpinner('Long task').start()
try {
  await longTask()
  spinner.succeed()
} catch (e) {
  spinner.fail()
  console.error(e.stack)
}

FAQs

Package last updated on 14 Oct 2021

Did you know?

Socket

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.

Install

Related posts