Socket
Socket
Sign inDemoInstall

colorbar

Package Overview
Dependencies
7
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    colorbar

Show a fancy colored loading bar!


Version published
Maintainers
1
Install size
34.2 kB
Created

Readme

Source

Colorbar

"use strict";

let bar = require('colorbar');

console.log("I'm gonna do some work for 4 seconds or so");

bar.show();

setTimeout(function () {
  bar.hide();
  console.log("All done!");
}, 4000);

FAQs

Last updated on 28 Jan 2016

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc