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.2.0 to 5.2.1

24

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

@@ -80,11 +80,11 @@ "main": "./dist/cjs/index.js",

"dependencies": {
"@inquirer/checkbox": "^2.4.0",
"@inquirer/confirm": "^3.1.15",
"@inquirer/editor": "^2.1.15",
"@inquirer/expand": "^2.1.15",
"@inquirer/input": "^2.2.2",
"@inquirer/number": "^1.0.3",
"@inquirer/password": "^2.1.15",
"@inquirer/rawlist": "^2.1.15",
"@inquirer/select": "^2.4.0"
"@inquirer/checkbox": "^2.4.1",
"@inquirer/confirm": "^3.1.16",
"@inquirer/editor": "^2.1.16",
"@inquirer/expand": "^2.1.16",
"@inquirer/input": "^2.2.3",
"@inquirer/number": "^1.0.4",
"@inquirer/password": "^2.1.16",
"@inquirer/rawlist": "^2.1.16",
"@inquirer/select": "^2.4.1"
},

@@ -94,5 +94,5 @@ "devDependencies": {

},
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/master/packages/prompts/README.md",
"homepage": "https://github.com/SBoudrias/Inquirer.js/blob/main/packages/prompts/README.md",
"sideEffects": false,
"gitHead": "6e2ddec8ca97ee176f080efd2cba76e39b5b9628"
"gitHead": "f2c4983dd390c6244fb4668a8e87c9e786e4326f"
}

@@ -1,2 +0,2 @@

<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"/>
<img width="75px" height="75px" align="right" alt="Inquirer Logo" src="https://raw.githubusercontent.com/SBoudrias/Inquirer.js/main/assets/inquirer_readme.svg?sanitize=true" title="Inquirer.js"/>

@@ -44,3 +44,3 @@ # Inquirer

> [!NOTE]
> Inquirer recently underwent a rewrite from the ground up to reduce the package size and improve performance. The previous version of the package is still maintained (though not actively developed), and offered hundreds of community contributed prompts that might not have been migrated to the latest API. If this is what you're looking for, the [previous package is over here](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/inquirer).
> Inquirer recently underwent a rewrite from the ground up to reduce the package size and improve performance. The previous version of the package is still maintained (though not actively developed), and offered hundreds of community contributed prompts that might not have been migrated to the latest API. If this is what you're looking for, the [previous package is over here](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/inquirer).

@@ -57,3 +57,3 @@ # Usage

## [Input](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/input)
## [Input](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/input)

@@ -66,5 +66,5 @@ ![Input prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/input.svg)

[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/input) for usage example and options documentation.
[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/input) for usage example and options documentation.
## [Select](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/select)
## [Select](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/select)

@@ -77,5 +77,5 @@ ![Select prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/list.svg)

[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/select) for usage example and options documentation.
[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/select) for usage example and options documentation.
## [Checkbox](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/checkbox)
## [Checkbox](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/checkbox)

@@ -88,5 +88,5 @@ ![Checkbox prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/checkbox.svg)

[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/checkbox) for usage example and options documentation.
[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/checkbox) for usage example and options documentation.
## [Confirm](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/confirm)
## [Confirm](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/confirm)

@@ -99,5 +99,5 @@ ![Confirm prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/confirm.svg)

[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/confirm) for usage example and options documentation.
[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/confirm) for usage example and options documentation.
## [Password](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/password)
## [Password](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/password)

@@ -110,5 +110,5 @@ ![Password prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/password.svg)

[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/password) for usage example and options documentation.
[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/password) for usage example and options documentation.
## [Expand](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/expand)
## [Expand](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/expand)

@@ -122,5 +122,5 @@ ![Expand prompt closed](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/expand-y.svg)

[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/expand) for usage example and options documentation.
[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/expand) for usage example and options documentation.
## [Editor](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/editor)
## [Editor](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/editor)

@@ -133,5 +133,5 @@ Launches an instance of the users preferred editor on a temporary file. Once the user exits their editor, the content of the temporary file is read as the answer. The editor used is determined by reading the $VISUAL or $EDITOR environment variables. If neither of those are present, the OS default is used (notepad on Windows, vim on Mac or Linux.)

[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/editor) for usage example and options documentation.
[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/editor) for usage example and options documentation.
## [Number](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/number)
## [Number](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/number)

@@ -144,5 +144,5 @@ Very similar to the `input` prompt, but with built-in number validation configuration option.

[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/number) for usage example and options documentation.
[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/number) for usage example and options documentation.
## [Raw List](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/rawlist)
## [Raw List](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/rawlist)

@@ -155,7 +155,7 @@ ![Raw list prompt](https://cdn.rawgit.com/SBoudrias/Inquirer.js/28ae8337ba51d93e359ef4f7ee24e79b69898962/assets/screenshots/rawlist.svg)

[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/rawlist) for usage example and options documentation.
[See documentation](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/rawlist) for usage example and options documentation.
# Create your own prompts
The [API documentation is over here](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/core), and our [testing utilities here](https://github.com/SBoudrias/Inquirer.js/tree/master/packages/testing).
The [API documentation is over here](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/core), and our [testing utilities here](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/testing).

@@ -298,3 +298,3 @@ # Advanced usage

If you created a cool prompt, [send us a PR adding it](https://github.com/SBoudrias/Inquirer.js/edit/master/README.md) to the list below!
If you created a cool prompt, [send us a PR adding it](https://github.com/SBoudrias/Inquirer.js/edit/main/README.md) to the list below!

@@ -301,0 +301,0 @@ [**Interactive List Prompt**](https://github.com/pgibler/inquirer-interactive-list-prompt)<br/>

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