Inquirer

Latest version: v3.4.0

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

Scan your dependencies

Page 4 of 23

8.1.4

- Fix an error being thrown inside the `rawlist` prompt

8.1.3

Bug Fixes

- Fix password prompt appearing when doing async filtering/validation
- User being prompted a question even though it was answered when using nested answer object format.
- Fix extra space appearing when using custom prefix.

And bump of all dependencies.

8.1.2

- Fix bug on `rawList` prompt
- Bump dependencies

8.1.1

**Fix**: Number prompt `default` behavior.

8.1.0

New features

- Now display a loading spinner while asynchronously filtering or validating data.
- `inquirer.prompt()` now accept a shorthand object syntax instead of an array with `name`d prompts:

js
const { foo, bar } = await inquirer.prompt({
foo: {
message: '...',
default: '...',
},
bar: {
default: '...',
}
}):

8.0.1

Fixes

- Fix issue with duplicate keys in `expand` prompt not being caught if casing didn't match
- Fix `rawlist` prompt ignoring `short` option
- Rollback dependencies migrated to ESM causing issue for some users

And lastly general dependency upgrade (to non-ESM versions)

Page 4 of 23

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.