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

234

3.12.0

Diff

Changelog

Source

3.12.0 ###

  • Added: option to override bar characters via instance options on multibar.create() - thanks to Araxeus on GitHub
  • Added: example howto use multibars with different bar styles
  • Bugfix: global terminal instance was not used for multibar elements which forces hard string trimming to terminal width - caused by default linewrap=true state of the terminal - thanks to emmercm on GitHub
andidittrich
published 3.11.2 •

Changelog

Source

3.11.2 ###

  • Bugfix: disabled gracefulExit by default, because the default SIGINT/SIGTERM handlers of nodejs are removed
andidittrich
published 3.11.1 •

Changelog

Source

3.11.1 ###

  • Bugfix: MaxListenersExceededWarning was triggered by gracefulExit handlers added in v3.11.0 - thanks to TychoTheTaco on GitHub
andidittrich
published 3.11.0 •

Changelog

Source

3.11.0 ###

  • Added: log() convenience method the multibar to enable custom logging output on top of the progress bars during operation
  • Added: gracefulExit option (enabled by default) to stop the bars in case of SIGINT or SIGTERM - this restores most cursor settings before exiting
  • Added: progressCalculationRelative option (disabled by default) to use the startValue as offset for the progress calculation and calculate the absolute progress from the difference given by total-startValue #121
  • Added: ability to pass bar options (overrides the global options) to multibar.create
  • Bugfix: within a non-tty environment (e.g. CI/CD taskrunners) multibar.create() returns an undefined value in case noTTYOutput is not enabled #117
andidittrich
published 3.10.0 •

Changelog

Source

3.10.0 ###

  • Changed: foreground color of preset.shades-grey is set directly by ANSI codes
  • Changed: example snippets are using ansi-colors library
  • Bugfix: removed colors dependency due to some issues with the maintainer... see Zalgo bomb
andidittrich
published 3.9.1 •

Changelog

Source

3.9.1 ###

  • Bugfix: duration calculation doesn't work for bar restart scenarios - thanks to autlaw on GitHub
andidittrich
published 3.9.0 •

Changelog

Source

3.9.0 ###

  • Added: exported standard formatter and format helper
  • Added: example howto use multibars in synchronous context
  • Changed: upper eta display limit to 1e7 (115days) #92
andidittrich
published 3.8.2 •

Changelog

Source

3.8.2 ###

  • Bugfix: bar duration not stopped until all bars have finished - thanks to omjadas on GitHub
andidittrich
published 3.8.1 •

Changelog

Source

3.8.1 ###

  • Bugfix: percentage calculation used Math.round which caused incorrect values for edge cases - thanks to OxCom on GitHub
andidittrich
published 3.8.0 •

Changelog

Source

3.8.0 ###

  • Changed: allow to pass payload as first argument to increment() with implicit delta of 1 - thanks to ecdeveloper on GitHub
  • Changed: allow to pass payload as first argument to update() without updating bar value
  • Bugfix: formatTime option ignored due to type - thanks to omjadas on GitHub
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