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

124

2.1.1

Diff

Changelog

Source

2.1.1 ###

  • Bugifx: preset object got altered by options - thanks to rvalitov on GitHub #27
andidittrich
published 2.1.0 •

Changelog

Source

2.1.0 ###

  • Added: align option to change the position of the progress bar (left, center, right) - thanks to sidneys on GitHub #22
  • Changed: ETA value of type Infinity is displayed as INF, NaN as NULL - feature requested by AxelTerizaki on GitHub #21
  • Changed: Limited the maximum ETA value to 100000s (INF is displayed in this case)
  • Changed: ETA calculation moved to own scope
  • Bugfix: example example-notty.php was broken
andidittrich
published 2.0.0 •

Changelog

Source

2.0.0 ###

Upgrade is possible without any code modifications! requires node.js 4

  • Added: option linewrap to disable terminal line wrapping (default)
  • Changed: requires node.js >= 4
  • Changed: Native ES2015 class syntax
  • Changed: renamed application entry file to cli-progress.js
  • Changed: low-level terminal interactions are encapsulated within Terminal class
  • Changed: terminal/cursor settings are restored after progress bar stopped
  • Bugfix: used hex ascii escape sequences instaed of octals to avoid javascript errors in recent nodejs version
  • Bugfix: disabled line wrapping by default to avoid multiple line breaks on small terminals (cut on the right) - reported by puppeteer701 on GitHub #20

Branch 1.x

andidittrich
published 1.8.0 •

Changelog

Source

1.8.0 ###

  • Added: method setTotal() to manipulate the total value within running progress-bar - feature requested by ReggaePanda on GitHub #19
  • Changed: moved example file to examples/ directory
andidittrich
published 1.7.0 •

Changelog

Source

1.7.0 ###

  • Added: payload argument to increment() - feature requested by dsego on GitHub #18
andidittrich
published 1.6.1 •

Changelog

Source

1.6.1 ###

  • Bugfix: roundTo parameter was not set for elapsedTime calculation which caused raw float values within formatted time strings - thanks to rekinyz on GitHub #16
andidittrich
published 1.6.0 •

Changelog

Source

1.6.0 ###

  • Added: Additional payload data which can be used as custom-tokens within the bar - thanks to tobiasps on GitHub #15
andidittrich
published 1.5.1 •

Changelog

Source

1.5.1 ###

  • Bugfix: Progressbar cannot be initialized to 0% - thanks to erikkallen on GitHub #13
  • Bugfix: ETA was NULL in case the progress bar is initialized with (0/0)
andidittrich
published 1.5.0 •

Changelog

Source

1.5.0 ###

  • Added: 0 values for total/progress initialization are allowed - feature requested by jfmmm on GitHub #11
andidittrich
published 1.4.1 •

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