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 3.2.0 to 3.2.1

5

lib/ui/baseUI.js

@@ -24,5 +24,3 @@ 'use strict';

// Terminate process on SIGINT (which will call process.on('exit') in return)
this.rl.on('SIGINT', function () {
process.exit(0);
});
this.rl.on('SIGINT', this.onForceClose);
};

@@ -37,2 +35,3 @@

this.close();
process.kill(process.pid, 'SIGINT');
console.log('');

@@ -39,0 +38,0 @@ };

2

package.json
{
"name": "inquirer",
"version": "3.2.0",
"version": "3.2.1",
"description": "A collection of common interactive command line user interfaces.",

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

@@ -90,3 +90,3 @@ Inquirer.js

Create a self contained inquirer module. If don't want to affect other libraries that also rely on inquirer when you overwrite or add new prompt types.
Create a self contained inquirer module. If you don't want to affect other libraries that also rely on inquirer when you overwrite or add new prompt types.

@@ -373,1 +373,4 @@ ```js

[__inquirer-select-line__](https://github.com/adam-golab/inquirer-select-line)<br>
Prompt for selecting index in array where add new element
![inquirer-select-line gif](https://media.giphy.com/media/xUA7b1MxpngddUvdHW/giphy.gif)
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