Socket
Socket
Sign inDemoInstall

listr2

Package Overview
Dependencies
31
Maintainers
1
Versions
231
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.4 to 5.0.5

3

dist/index.js

@@ -1034,3 +1034,4 @@ // src/listr.ts

try {
enquirer = new (await import("enquirer")).default();
const imported = await import("enquirer");
enquirer = imported.default ? new imported.default() : new imported();
} catch (e) {

@@ -1037,0 +1038,0 @@ this.task.prompt = new PromptError("Enquirer is a peer dependency that must be installed separately.");

{
"name": "listr2",
"version": "5.0.4",
"version": "5.0.5",
"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

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