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

multi-progress-bars

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-progress-bars - npm Package Versions

134

4.2.2

Diff

Changelog

Source

4.2.2 (2022-01-13)

kamiyo
published 4.2.2-0 •

Changelog

Source

4.2.2-0 (2022-01-09)

Bug Fixes

  • core: Maybe fix ESM? (cfab46e)
kamiyo
published 4.2.1 •

Changelog

Source

4.2.1 (2022-01-09)

Bug Fixes

  • core: Fix empty string crashing border (871633b)
  • core: Fix newlines and tabs breaking border message. Now splits at those characters and only displays the first item of the returned array. (1e09301)
kamiyo
published 4.2.0 •

Changelog

Source

4.2.0 (2021-11-09)

Features

  • docs: Added missing header/footer API methods. (9f8f3e2)
kamiyo
published 4.1.0 •

Changelog

Source

4.1.0 (2021-11-09)

Features

  • dev: Update yarn to v2.4.2 (f723ace)

Bug Fixes

  • core: removeBottomBorder had outdated progressHeight calculations (6b1332f)
  • package: Change esm extension to mjs for automatic module detection (6107343)
kamiyo
published 4.0.1 •

Changelog

Source

4.0.1 (2021-06-30)

Bug Fixes

  • core: resizing logic (2b09ba5)
  • core: update typescript and yarn version (9fc6147)
  • core: upgrade yarn stuff (79829cf)
kamiyo
published 4.0.0 •

Changelog

Source

4.0.0 (2021-06-23)

Bug Fixes

  • dep: Update node requirements (92d95d5)

  • dep: Pin string-width and strip-ansi version to before they moved to es-modules

  • core: promise resetting was broken

  • core: bottom-anchored progress bars now has bottom border as well.

Features

  • core: barColorFn renamed to barTransformFn

  • core: added nameTransformFn property

  • core: added removeTask

  • core: added extended border options

  • core: crawler improvements

  • core: properly handle vertically overflowed progresses

  • core: dump entire progress buffer on close() or all-complete if there was overflow

  • docs: Split readme up into docs, and add updated gifs.

  • docs: Add LICENSE

  • example: merged top and bottom examples, and added cli options for running them.

Refactor

  • core: rewrite virtual-console to allow for overflow and removing.
  • core: clean-up constructor code.
  • utils: I dunno why, but template strings for the escape codes.
kamiyo
published 4.0.0-alpha.0 •

Changelog

Source

4.0.0-alpha.0 (2021-05-18)

⚠ BREAKING CHANGES

  • core: When number of bars overflow console height, only the last N are shown. Upon closing mpb, it will dump the entire progress buffer, so everything will be visible in scrollback.

Features

  • core: When number of bars overflow console height, only the last N are shown. Upon closing mpb, it will dump the entire progress buffer, so everything will be visible in scrollback. (619132a)

Bug Fixes

kamiyo
published 3.2.4 •

Changelog

Source

3.2.4 (2021-04-16)

Bug Fixes

  • when stdout is not a TTY, updates to the UI cause scrolling (2e74297), closes #7
kamiyo
published 3.2.3 •

Changelog

Source

3.2.3 (2021-03-14)

Bug Fixes

  • core: incorrectly forced percentage to 0 on new addTask. (aab9414)
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