Socket
Socket
Sign inDemoInstall

inquirer

Package Overview
Dependencies
Maintainers
4
Versions
173
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 9.1.2 to 9.1.3

10

package.json
{
"name": "inquirer",
"type": "module",
"version": "9.1.2",
"version": "9.1.3",
"description": "A collection of common interactive command line user interfaces.",

@@ -57,3 +57,3 @@ "author": "Simon Boudrias <admin@simonboudrias.com>",

"chai": "^4.3.6",
"chalk-pipe": "^5.1.1",
"chalk-pipe": "^5.1.2",
"cmdify": "^0.0.4",

@@ -63,3 +63,3 @@ "mocha": "^10.0.0",

"nyc": "^15.0.0",
"sinon": "^14.0.0",
"sinon": "^14.0.1",
"terminal-link": "^3.0.0"

@@ -86,3 +86,3 @@ },

"run-async": "^2.4.0",
"rxjs": "^7.5.6",
"rxjs": "^7.5.7",
"string-width": "^5.1.2",

@@ -93,3 +93,3 @@ "strip-ansi": "^7.0.1",

},
"gitHead": "0e3ef8e31fc34b5fa5308be95af77ba9f5ede8fa"
"gitHead": "c3b92d07e2f5d72976cf233f6ab13f00be9b1785"
}

@@ -138,4 +138,3 @@ <img width="75px" height="75px" align="right" alt="Inquirer Logo" src="https://raw.githubusercontent.com/SBoudrias/Inquirer.js/master/assets/inquirer_readme.svg?sanitize=true" title="Inquirer.js"/>

- **type**: (String) Type of the prompt. Defaults: `input` - Possible values: `input`, `number`, `confirm`,
`list`, `rawlist`, `expand`, `checkbox`, `password`, `editor`
- **type**: (String) Type of the prompt. Defaults: `input` - Possible values: `input`, `number`, `confirm`, `list`, `rawlist`, `expand`, `checkbox`, `password`, `editor`
- **name**: (String) The name to use when storing the answer in the answers hash. If the name contains periods, it will define a path in the answers hash.

@@ -381,2 +380,3 @@ - **message**: (String|Function) The question to print. If defined as a function, the first parameter will be the current inquirer session answers. Defaults to the value of `name` (followed by a colon).

- **Windows ([Known issues](#issues))**:
- [Windows Terminal](https://github.com/microsoft/terminal)
- [ConEmu](https://conemu.github.io/)

@@ -383,0 +383,0 @@ - cmd.exe

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc