Socket
Socket
Sign inDemoInstall

listr2

Package Overview
Dependencies
Maintainers
1
Versions
233
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

listr2 - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

2

dist/interfaces/listr.interface.d.ts

@@ -50,3 +50,3 @@ /// <reference types="node" />

run(ctx?: Ctx, task?: ListrTaskWrapper<Ctx>): Promise<void>;
prompt<T extends any, P extends PromptTypes>(type: P, options: PromptOptionsType<P>): Promise<T>;
prompt<T = any, P extends PromptTypes = PromptTypes>(type: P, options: PromptOptionsType<P>): Promise<T>;
}

@@ -53,0 +53,0 @@ export declare type ListrTaskResult<Ctx> = string | Promise<any> | ListrClass<Ctx> | Readable | Observable<any>;

@@ -16,4 +16,4 @@ import { ListrError, ListrOptions, ListrTask, ListrTaskWrapper, StateConstants } from '../interfaces/listr.interface';

skip(message: string): void;
prompt<T extends any, P extends PromptTypes>(type: P, options: PromptOptionsType<P>): Promise<T>;
prompt<T = any, P extends PromptTypes = PromptTypes>(type: P, options: PromptOptionsType<P>): Promise<T>;
run(ctx: Ctx): Promise<void>;
}
{
"name": "listr2",
"version": "1.2.4",
"version": "1.2.5",
"description": "Terminal task list reborn!",

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

Sorry, the diff of this file is not supported yet

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