Inquirer

Latest version: v3.4.0

Safety actively analyzes 665704 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 23

10.1.2

- Fix broken backward compatibility issues with v9. `Choice` objects without `value` should default to use `name` as the value. Note: Please don't rely on this weird behaviour, but we fixed it since it was an unintended breaking change.

inquirer/search1.0.2
Fix issue where vim/emacs keybindings would conflict with the search term input when typing letters used to navigate through the list.

inquirer/search1.0.1
Fix issue where typing would disallow the following

ts
search({
...,
source: async (term: string = '') => {
...
},
});

10.1.0

- Adds the new `{ type: 'search' }` prompt.

inquirer/select2.4.2
- [Add theme option to customize the description display](https://github.com/SBoudrias/Inquirer.js/commit/0b1bede461d2e2e90acb7076a07459ccab27623b)

inquirer/search1.0.0
First release on a brand new search prompt! [See documentation](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/search)

inquirer/prompts5.3.0
- Now includes a `search` prompt. `import { search } from inquirer/prompts`

inquirer/core9.0.5
- [Fixes usePagination assuming the list is never empty](https://github.com/SBoudrias/Inquirer.js/commit/6f75cd28b958e33a674fcd3f2c2c58951be7dedb)

inquirer/checkbox2.4.2
- [Fix typing of the validate function. It can only contain choices (no separator)](https://github.com/SBoudrias/Inquirer.js/commit/1544c1399cc72dd37c4621a4be9e0d6aabe602f1)

10.0.3

- Fix: Re-added missing `short` on select and checkbox prompt.
- Fix: Remove type requiring a `close` method on prompt class instances (it wasn't required.)

inquirer/select2.4.0
- Added optional `short` property to the choices. When defined, we'll use `short` instead of `name` when rendering the selection after submitting the prompt.

inquirer/checkbox2.4.0
- Added optional `short` property to the choices. When defined, we'll use `short` instead of `name` when rendering the selection after submitting the prompt. This is added to maintain compatibility with the `inquirer` API.

10.0.0

- Re-implemented with Typescript.
- Adding CJS support (now `inquirer` is publishes a dual-build CJS/ESM.)
- All core prompts are now coming from [`inquirer/prompt`](https://github.com/SBoudrias/Inquirer.js).
- Custom prompts now should be [implemented with `inquirer/core`](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/core). Custom prompts built on `inquirer9.x.x` will keep working, but should plan a migration.
- `inquirer.ui.BottomBar` is deleted.

My expectation is that this release should be a drop-in replacement for people using `inquirer.prompt()` and built-ins 🤞🏻. Please open an issue on Github if you run into issues migrating; it's a large rewrite and there might be a few sharp edges to cut! Hope you'll like this new release.

inquirer/input2.2.0
- Added `required` option.

inquirer/prompts5.1.0
- Now includes a new [`number` prompt](https://github.com/SBoudrias/Inquirer.js/tree/main/packages/number).

inquirer/number1.0.0
First release of our brand new number prompt.

inquirer/core9.0.0
- Small breaking change: `type InquirerReadline` is now part of the `inquirer/type` library and should be imported from there if needed.

9.3.5

- Fix issue with plugins relying on internal `inquirer` packages file structure.

9.3.1

- Fix risk of prototype injection.

Page 1 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.