Inquirer.js, a widely used npm package for building interactive command-line user interfaces, has released version 12.4.3, a subtle but important upgrade from the previous stable version, 12.4.2. While both versions maintain the core functionality of collecting user input through various prompts, the update introduces key dependency enhancements and refined internal components. Developers upgrading to 12.4.3 will find updated dependencies, notably rxjs moving from version 7.8.1 to 7.8.2, @inquirer/core jumping from 10.1.7 to 10.1.8, @inquirer/type from 3.0.4 to 3.0.5 and @inquirer/prompts going from 7.3.2 to 7.3.3. These dependency bumps likely include bug fixes, performance improvements and potentially new features within those respective modules, contributing to a more robust and efficient interaction handling. Moreover, the dev dependency @arethetypeswrong/cli saw a bump from 0.17.3 to 0.17.4. While the file count remains the same, the unpacked size has slightly decreased, suggesting potential optimizations or code refactoring that reduce the overall footprint. The updated version was also released almost a month later which means it benefits from all the learnings and fixes from the previous version. In essence, version 12.4.3 presents a refined and incrementally improved experience for developers leveraging Inquirer.js in their command-line applications, offering the benefits of updated dependencies and subtle under-the-hood enhancements without introducing breaking changes.
The are not vulnerabilities for the version 12.4.3 of the package inquirer