Inquirer

Latest version: v3.2.5

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

Scan your dependencies

Page 3 of 22

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)

8.0.0

- Drop support for Node 10 (through dependencies)
- Add `postfix` option to the editor prompt to allow easily turning on proper syntax highlighting

Page 3 of 22

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.