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

@inquirer/prompts

Package Overview
Dependencies
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inquirer/prompts - npm Package Compare versions

Comparing version 5.0.2 to 5.0.3

20

package.json
{
"name": "@inquirer/prompts",
"version": "5.0.2",
"version": "5.0.3",
"description": "Inquirer prompts, combined in a single package",

@@ -79,10 +79,10 @@ "main": "./dist/cjs/index.js",

"dependencies": {
"@inquirer/checkbox": "^2.3.2",
"@inquirer/confirm": "^3.1.6",
"@inquirer/editor": "^2.1.6",
"@inquirer/expand": "^2.1.6",
"@inquirer/input": "^2.1.6",
"@inquirer/password": "^2.1.6",
"@inquirer/rawlist": "^2.1.6",
"@inquirer/select": "^2.3.2"
"@inquirer/checkbox": "^2.3.3",
"@inquirer/confirm": "^3.1.7",
"@inquirer/editor": "^2.1.7",
"@inquirer/expand": "^2.1.7",
"@inquirer/input": "^2.1.7",
"@inquirer/password": "^2.1.7",
"@inquirer/rawlist": "^2.1.7",
"@inquirer/select": "^2.3.3"
},

@@ -93,3 +93,3 @@ "devDependencies": {

"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/prompts/README.md",
"gitHead": "d0e92901ebb7eb77d027786a2e1ac41fc15326b6"
"gitHead": "27d1c0ae9e88edbc9bebcf58901a5104022074a9"
}

@@ -304,2 +304,28 @@ <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"/>

[**Sortable Checkbox Prompt**](https://github.com/th0r/inquirer-sortable-checkbox)<br/>
The same as built-in checkbox prompt, but also allowing to reorder choices using ctrl+up/down.
```
? Which PRs and in what order would you like to merge? (Press <space> to select, <a> to toggle all, <i> to invert selection, <ctrl+up> to move item up, <ctrl+down> to move item down, and <enter> to proceed)
❯ ◯ PR 1
◯ PR 2
◯ PR 3
```
[**Multi Select Prompt**](https://github.com/jeffwcx/inquirer-select-pro)
An inquirer select that supports multiple selections and filtering/searching.
```
? Choose your OS, IDE, PL, etc. (Press <tab> to select/deselect, <backspace> to remove selected
option, <enter> to select option)
>> vue
>[ ] vue
[ ] vuejs
[ ] fuelphp
[ ] venv
[ ] vercel
(Use arrow keys to reveal more options)
```
# License

@@ -306,0 +332,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