Ora is a popular Node.js package used for creating elegant terminal spinners, providing visual feedback to users during long-running processes. Comparing version 4.1.0 with the previous stable version 4.0.5, several key updates emerge that developers should be aware of.
One notable change is the update to the chalk dependency. Version 4.1.0 utilizes chalk version 4.1.0, whereas 4.0.5 relies on version 3.0.0. This upgrade in chalk could bring improved terminal styling capabilities and potentially enhanced color support across different terminal emulators. Similarly, log-symbols sees an update from version 3.0.0 to 4.0.0, likely introducing new or refined symbols for success, error, and warning messages, providing a fresher look to the CLI output. Also cli-spinners gets updated from version 2.2.0 to 2.4.0.
Another relevant difference is in the development dependencies. Version 4.1.0 upgrades the @types/node dependency to version 14.0.27, while 4.0.5 uses version 12.7.5. This indicates that the newer version of Ora is designed to work better with newer Node.js versions, potentially taking advantage of new features and improved type definitions for enhanced development experience and compatibility. Also worth to mention that the tsd package has been updated from version 0.10.0 to 0.13.1. Ora remains a valuable tool for enhancing command-line interfaces with appealing and informative spinners.
The are not vulnerabilities for the version 4.1.0 of the package ora