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 2.0.2 to 2.0.3

7

CHANGELOG.md

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

### [2.0.3](https://github.com/kamiyo/multi-progress-bars/compare/v2.0.2...v2.0.3) (2020-09-25)
### Bug Fixes
* **bug:** Attach warn() and error() methods to the VirtualConsole. ([5f2c66c](https://github.com/kamiyo/multi-progress-bars/commit/5f2c66c0e045a22b94a721ea31cade6ab8b02a96))
### [2.0.2](https://github.com/kamiyo/multi-progress-bars/compare/v2.0.1...v2.0.2) (2020-08-30)

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

2

dist/multi-progress-bars.cjs.js

@@ -93,2 +93,4 @@ 'use strict';

this.consoleBuffer = [];
this.warn = this.log;
this.error = this.log;
console = this;

@@ -95,0 +97,0 @@ this.init();

@@ -87,2 +87,4 @@ import { green } from 'chalk';

this.consoleBuffer = [];
this.warn = this.log;
this.error = this.log;
console = this;

@@ -89,0 +91,0 @@ this.init();

@@ -22,2 +22,4 @@ /// <reference types="node" />

private stream;
warn: Console['warn'];
error: Console['error'];
constructor(options: VirtualConsoleCtorOptions);

@@ -24,0 +26,0 @@ cleanup(): void;

2

package.json
{
"name": "multi-progress-bars",
"version": "2.0.2",
"version": "2.0.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