The prompts package, a lightweight and user-friendly library for creating interactive command-line prompts, saw a minor version update from 1.1.0 to 1.1.1 in September 2018. Both versions maintain the core promise of beautiful and intuitive prompts with identical dependencies on kleur for terminal colors and sisteransi for advanced ANSI control sequences. Developers can rely on these versions for consistent styling and terminal compatibility. The development dependencies, used for building and testing the package itself, also remain unchanged between versions, indicating a focus on internal improvements rather than significant API alterations.
The most notable difference lies in the dist section of the package metadata. Version 1.1.1 sees a small increase in the unpacked size of the package, growing to 109175 bytes from 107976 bytes in 1.1.0. While the fileCount remains constant at 38, the larger unpacked size suggests bug fixes, performance enhancements, or subtle code modifications within the library. The release date also highlights the timing difference, with version 1.1.1 being released approximately ten days after version 1.1.0, pointing towards a responsive update addressing potential issues or refining existing functionality. Developers already using prompts should consider updating to 1.1.1 to benefit from these refinements, while new users can confidently adopt either version for a reliable and visually appealing prompting experience.
The are not vulnerabilities for the version 1.1.1 of the package prompts