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

134

3.7.0

Diff

Changelog

Source

3.7.0 ###

  • Added: asynchronous eta update for long running processes (optional) - feature requested on GitHub
  • Added: method to trigger eta calculation without progress update
andidittrich
published 3.6.1 •

Changelog

Source

3.6.1 ###

andidittrich
published 3.6.0 •

Changelog

Source

3.6.0 ###

  • Added: support for custom time-format function
  • Added: support for custom bar-format function
  • Added: support for custom value-format function
  • Added: auto-padding option to enforce fixed size of values - feature requested on GitHub
  • Added: barGlue option to insert ascii escape sequences (e.g. for colorization) between the bar complete/incomplete elements - feature requested on GitHub
  • Bugfix: eta value can be negative for multibars in case the bar is alredy completed
andidittrich
published 3.5.0 •

Changelog

Source

3.5.0 ###

andidittrich
published 3.4.0 •

Changelog

Source

3.4.0 ###

  • Added: testsuites based on mocha - thanks to on GitHub
  • Added: automatic tests via Travis CI
  • Bugfix: Fixing issues with falsy values in format which causes remdering artifacts - thanks to on GitHub
  • Bugfix: documentation of the stream options was wrong - thanks to ehmicky on GitHub
  • Changed: updated examples/syntax of README.md - thanks to justsml on GitHub
andidittrich
published 3.3.1 •

Changelog

Source

3.3.1 ###

  • Bugifx: synchronous update may cause unexpected behaviour on multibars - limited to single bars
  • Changed: renamed internal eta push() method to update()
  • Changed: moved internal eta calculation call into update()
andidittrich
published 3.3.0 •

Changelog

Source

3.3.0 ###

  • Added: option to pass custom formatters as callback via options.format
  • Changed: replaced static placeholder code with generic regex (performance enhancement)
andidittrich
published 3.2.0 •

Changelog

Source

3.2.0 ###

  • Added: emptyOnZero option to display total:0 bars as empty, not full - thanks to nickcmaynard on GitHub
  • Bugfix: removed cursor save/restore calls for multibars - clearOnComplete might not work on all environments - thanks to sayem314 onGitHub
andidittrich
published 3.1.0 •

Changelog

Source

3.1.0 ###

  • Added: notty support (interval/schedule based output) - feature requested on GitHub
  • Added: stopOnComplete support within MultiBar - thanks to Nox-404 on GitHub
  • Changed: initial throttel time of MultiBar is controlled by fps option instead of static 500ms value
  • Bugfix: provided option didn't take precedence over the preset as in v2 - thanks to AxelTerizaki on GitHub #37
andidittrich
published 3.0.0 •

Changelog

Source

3.0.0 ###

  • Added: multi-progressbar support - feature requested on GitHub
  • Added: option synchronousUpdate to control the synchronized redraw during update() call (default=true)
  • Changed: project split into multiple classes
  • Changed: default cli progress output is written to stdout instead of stderr

Branch 2.x

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