Socket
Socket
Sign inDemoInstall

listr2

Package Overview
Dependencies
67
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

dist/interfaces/listr.interface.d.ts

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

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

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

{
"name": "listr2",
"version": "1.1.1",
"version": "1.1.2",
"description": "Terminal task list reborn!",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc