Inquirer.js is a popular npm package offering a collection of interactive command-line user interfaces. Examining versions 12.6.1 and 12.6.0 reveals subtle but potentially impactful updates for developers. Both versions maintain the same core functionality, description, and license (MIT), ensuring a consistent experience. Crucially, the peer dependency on @types/node remains at ">=18", indicating continued compatibility with modern Node.js environments.
However, key differences emerge within the dependencies. Version 12.6.1 upgrades @inquirer/core from 10.1.10 to 10.1.11 and @inquirer/prompts from 7.5.0 to 7.5.1. These seemingly minor version bumps suggest bug fixes, performance improvements, or new features within these internal modules. Developers should check the changelogs for @inquirer/core and @inquirer/prompts to understand the specific changes included in these updates. The dist object also showcases slight variations: version 12.6.1, released on May 10, 2025, has a slightly smaller unpacked size (72485 bytes) than version 12.6.0 (72522 bytes), released on April 24, 2025, potentially indicating optimizations. While the core rxjs, run-async, mute-stream, and ansi-escapes dependencies remain unchanged, developers should regularly monitor these packages for security vulnerabilities or performance improvements unrelated to Inquirer.js. Upgrading from 12.6.0 to 12.6.1 is advised for obtaining the latest refinements.
The are not vulnerabilities for the version 12.6.1 of the package inquirer