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.6-beta.1 to 5.0.6

4

dist/index.js

@@ -1035,5 +1035,5 @@ // src/listr.ts

const imported = await import("enquirer");
enquirer = (imported == null ? void 0 : imported.default) ? new imported.default() : new imported();
enquirer = imported.default ? new imported.default() : new imported();
} catch (e) {
this.task.prompt = new PromptError(`Enquirer is a peer dependency that must be installed separately: ${e.message}`);
this.task.prompt = new PromptError("Enquirer is a peer dependency that must be installed separately.");
throw new Error(e);

@@ -1040,0 +1040,0 @@ }

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

@@ -77,3 +77,3 @@ "license": "MIT",

"rfdc": "^1.3.0",
"rxjs": "^7.5.6",
"rxjs": "^7.5.7",
"through": "^2.3.8",

@@ -80,0 +80,0 @@ "wrap-ansi": "^7.0.0"

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