Ora is a popular npm package designed to enhance command-line applications with elegant terminal spinners, providing visual feedback during long-running processes. Version 0.4.0 builds upon the functionality of version 0.3.0 with key updates in its dependencies. Developers upgrading from 0.3.0 will primarily notice an update to cli-spinners, a dependency providing various spinner configurations. Version 0.4.0 uses cli-spinners version 1.0.0, while 0.3.0 relies on version 0.2.0. This update likely introduces new or enhanced spinner animations and potentially addresses any prior issues with the spinner library.
Additionally, a small update in devDependencies of get-stream from '^2.3.0' to '^3.0.0' occurred in version 0.4.0, primarily impacting the development and testing environment rather than direct usage in production. Both versions maintain consistent dependencies on chalk for terminal styling, cli-cursor for cursor manipulation, and log-symbols for displaying informative symbols. As both versions share the same core dependencies, the transition to version 0.4.0 is expected to be smooth for existing users upgrading, while newer users get the enhanced spinner offering of the updated dependency. The library, authored by Sindre Sorhus, is MIT licensed and available on GitHub, making it a developer-friendly choice for improving the user experience of command-line tools.
The are not vulnerabilities for the version 0.4.0 of the package ora