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 0.8.3 to 0.8.4

4

lib/prompts/checkbox.js

@@ -138,3 +138,5 @@ /**

Prompt.prototype.getCurrentValue = function () {
var choices = this.opt.choices.where({ checked: true });
var choices = this.opt.choices.filter(function( choice ) {
return !!choice.checked && !choice.disabled;
});

@@ -141,0 +143,0 @@ this.selection = _.pluck(choices, "name");

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

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

@@ -11,2 +11,4 @@ Inquirer.js

<img align="right" alt="Inquirer Logo" src="/assets/inquirer_readme.png" title="Inquirer.js"/>
We strive at providing easily embeddable and beautiful command line interface for Node.js; some hope in becoming the CLI Xanadu.

@@ -294,2 +296,2 @@

Copyright (c) 2012 Simon Boudrias (twitter: @vaxilart)
Licensed under the MIT license.
Licensed under the MIT license.
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