Socket
Socket
Sign inDemoInstall

inquirer

Package Overview
Dependencies
Maintainers
2
Versions
179
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 5.0.0 to 5.0.1

4

lib/prompts/editor.js

@@ -26,3 +26,3 @@ 'use strict';

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

@@ -87,3 +87,3 @@ // Trigger Validation when editor closes

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

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

{
"name": "inquirer",
"version": "5.0.0",
"version": "5.0.1",
"description":

@@ -5,0 +5,0 @@ "A collection of common interactive command line user interfaces.",

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