Socket
Socket
Sign inDemoInstall

inquirer

Package Overview
Dependencies
15
Maintainers
4
Versions
157
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.2.21 to 9.2.22

10

lib/prompts/editor.js

@@ -29,6 +29,2 @@ /**

if (!waitUserInput) {
this.startExternalEditor();
}
// Trigger Validation when editor closes

@@ -44,3 +40,7 @@ const validation = this.handleSubmitEvents(this.editorResult);

// Init
this.render();
if (waitUserInput) {
this.render();
} else {
this.startExternalEditor();
}

@@ -47,0 +47,0 @@ return this;

{
"name": "inquirer",
"type": "module",
"version": "9.2.21",
"version": "9.2.22",
"description": "A collection of common interactive command line user interfaces.",

@@ -62,3 +62,3 @@ "author": "Simon Boudrias <admin@simonboudrias.com>",

"dependencies": {
"@inquirer/figures": "^1.0.1",
"@inquirer/figures": "^1.0.2",
"@ljharb/through": "^2.3.13",

@@ -80,3 +80,3 @@ "ansi-escapes": "^4.3.2",

"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/inquirer/README.md",
"gitHead": "27d1c0ae9e88edbc9bebcf58901a5104022074a9"
"gitHead": "a2d925494f290e9c491457413c9f792e24d85c91"
}
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