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 Compare versions

Comparing version 3.2.2 to 3.2.3

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [3.2.3](https://github.com/kamiyo/multi-progress-bars/compare/v3.2.2...v3.2.3) (2021-03-14)
### Bug Fixes
* **core:** incorrectly forced percentage to 0 on new addTask. ([aab9414](https://github.com/kamiyo/multi-progress-bars/commit/aab9414885c6424ec3ab3406539f9a0fe5b6f41f))
### [3.2.2](https://github.com/kamiyo/multi-progress-bars/compare/v3.2.1...v3.2.2) (2021-03-08)

@@ -7,0 +14,0 @@

1

dist/multi-progress-bars.cjs.js

@@ -403,3 +403,2 @@ 'use strict';

else if (options.type === 'percentage') {
this.tasks[name].percentage = 0;
this.writeTask(this.tasks[name]);

@@ -406,0 +405,0 @@ }

@@ -395,3 +395,2 @@ import { green } from 'chalk';

else if (options.type === 'percentage') {
this.tasks[name].percentage = 0;
this.writeTask(this.tasks[name]);

@@ -398,0 +397,0 @@ }

{
"name": "multi-progress-bars",
"version": "3.2.2",
"version": "3.2.3",
"description": "Multiple progress bars with option for indefinite spinners",

@@ -5,0 +5,0 @@ "main": "dist/multi-progress-bars.cjs.js",

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