Socket
Socket
Sign inDemoInstall

inquirer

Package Overview
Dependencies
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inquirer - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

3

lib/prompts/editor.js

@@ -40,3 +40,3 @@ /**

var events = observe(this.rl);
events.line.forEach(this.startExternalEditor.bind(this));
this.lineSubscription = events.line.forEach(this.startExternalEditor.bind(this));

@@ -101,2 +101,3 @@ // Trigger Validation when editor closes

this.editorResult.dispose();
this.lineSubscription.dispose();
this.answer = state.value;

@@ -103,0 +104,0 @@ this.status = 'answered';

{
"name": "inquirer",
"version": "1.2.2",
"version": "1.2.3",
"description": "A collection of common interactive command line user interfaces.",

@@ -5,0 +5,0 @@ "author": "Simon Boudrias <admin@simonboudrias.com>",

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