Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-progress

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-progress - npm Package Versions

123

1.4.0

Diff

Changelog

Source

1.4.0 ###

  • Added: Preset/Theme support. Different bar-styles can be loaded from internal library (in addition to full customization)
  • Added: Dependency colors for colorized progress bars
  • Added: Preset legacy
  • Added: Preset shades-classic
  • Added: Preset shades-grey
  • Added: Preset rect
andidittrich
published 1.3.1 •

Changelog

Source

1.3.1 ###

  • Added: example-notty to test the behaviour of progress bar in non-interactive environments (input streams closed)
  • Bugfix: update() throws an error in non-tty environments - reported by Ognian on GitHub #9
andidittrich
published 1.3.0 •

Changelog

Source

1.3.0 ###

  • Added: stopOnComplete option to automatically call stop() when the value reaches the total - thanks to lennym on GitHub #7
andidittrich
published 1.2.0 •

Changelog

Source

1.2.0 ###

  • Added: increment() method to increase the current progress relatively - thanks to lennym on GitHub #6
  • Added: ETA time formatting options (mm:ss, hh:mm, ss) - thanks to lennym on GitHub #5
  • Improvement: More accurate ETA calculation using linear estimation of last N values - thanks to lennym on GitHub #4
  • Bugfix: FPS calculation error which caused performance issues - thanks to lennym on GitHub #7
andidittrich
published 1.1.2 •

Changelog

Source

1.1.2 ###

  • Bugfix: stdout.cursorTo/stdout.clearLine is not a function; replaced by readline - thanks to remcoder on GitHub
andidittrich
published 1.1.1 •

Changelog

Source

1.1.1 ###

  • Bugfix: Hide cursor options was enabled by default
andidittrich
published 1.1.0 •

Changelog

Source

1.1.0 ###

  • Added: Support for synchronous operations (interval has been replaced by timeout and throttle time) - feature requested GitHub
  • Added: Synchronous Operation Example example-synchronous.js
  • Added: Option to hide the cursor options.hideCursor - default set to false
  • Changed: Improved ETA calculation
andidittrich
published 1.0.1 •

Changelog

Source

1.0.1 ###

  • Bugfix: the bar-size is limited to options.barsize - in some (numerical) situations it can be too long (n+1)
andidittrich
published 1.0.0 •

Changelog

Source

1.0.0 ###

  • Initial public release
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc