Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

inquirer

Package Overview
Dependencies
Maintainers
1
Versions
183
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 0.2.2 to 0.2.3

1

lib/inquirer.js

@@ -73,2 +73,3 @@ /**

// Close the readline
this.rl.pause();
this.rl.close();

@@ -75,0 +76,0 @@ this.rl = null;

2

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

@@ -5,0 +5,0 @@ "main": "lib/inquirer.js",

@@ -112,3 +112,3 @@ Inquirer.js [![Build Status](https://travis-ci.org/SBoudrias/Inquirer.js.png?branch=master)](http://travis-ci.org/SBoudrias/Inquirer.js)

_allowed options written inside square brackets (`[]`) are optionnals. Others are required._
_allowed options written inside square brackets (`[]`) are optional. Others are required._

@@ -118,3 +118,3 @@ ### List - `{ type: "list" }`

Take `type`, `name`, `message`, `choices`[, `default`, `filter`] properties. (Note that
default must the choice `index` in the array)
default must be the choice `index` in the array)

@@ -133,3 +133,3 @@ ![List prompt](https://dl.dropboxusercontent.com/u/59696254/inquirer/list-prompt.png)

Take `type`, `name`, `message`, `choices`[, `default`, `filter`] properties. (Note that
default must the choice `index` in the array)
default must be the choice `index` in the array)

@@ -205,8 +205,7 @@ Note that the `choice` object will take an extra parameter called `key` for the `expand` prompt. This parameter must be a single (lowercased) character. The `h` option is added by the prompt and shouldn't be defined by the user.

We're looking to offer good support for multiples prompt and environments. If you want to
We're looking to offer good support for multiple prompts and environments. If you want to
help, we'd like to keep a list of testers for each terminal/OS so we can contact you and
get feedback before release; let us know if you want to be added to the list! (just tweet
to @vaxilart)
get feedback before release. Let us know if you want to be added to the list (just tweet
to @vaxilart) or just add your name to [the wiki](https://github.com/SBoudrias/Inquirer.js/wiki/Testers)
License

@@ -213,0 +212,0 @@ =====================

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