Socket
Socket
Sign inDemoInstall

listr2

Package Overview
Dependencies
23
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0-beta.16 to 6.0.0-beta.17

6

dist/index.d.ts

@@ -148,3 +148,3 @@ import { Observable } from 'rxjs';

*/
style?: ListrLoggerStyleMap<Levels>;
style?: ListrLoggerStyleMap<Levels | string>;
/**

@@ -156,3 +156,3 @@ * Pass custom options to user created logger on different environments.

user?: T;
toStderr?: Levels[];
toStderr?: Levels | string[];
}

@@ -690,3 +690,3 @@ interface ListrLoggerStyleMap<Levels extends string> {

*/
collapse?: boolean;
collapseSubtasks?: boolean;
/**

@@ -693,0 +693,0 @@ * show skip messages or show the original title of the task, this will also disable collapseSkips mode

{
"name": "listr2",
"version": "6.0.0-beta.16",
"version": "6.0.0-beta.17",
"description": "Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.",

@@ -5,0 +5,0 @@ "license": "MIT",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc