Ora version 8.1.0 represents a minor update to the popular "Elegant terminal spinner" library, building upon the foundation laid by version 8.0.1. Developers considering an upgrade should note several key distinctions. Dependency updates form the core of this release. Most notably, cli-cursor is bumped from version 4.0.0 to 5.0.0. This is crucial because cli-cursor is responsible for controlling the terminal cursor, directly impacting the user experience of the spinner. Furthermore, string-width sees an update from version 7.0.0 to 7.2.0, potentially improving the accuracy of text width calculations, relevant for consistent spinner alignment across different terminals. stdin-discarder moves from 0.2.1 to 0.2.2 including minor bug fixes. In the devDependencies, @types/node advances significantly from version 20.10.5 to 22.5.0, indicating improved type definitions for Node.js environments. xo also updates from 0.56.0 to 0.59.3 and tsd from 0.30.0 to 0.31.1, suggesting enhancements to code linting and type definition testing. While the core functionality of Ora remains consistent, these dependency upgrades likely bring performance improvements, bug fixes, and enhanced compatibility with newer Node.js versions.The newer version was released on 2024-08-25, a significant time jump from the 2023-12-23 release date of the previous, also pointing to accumulated fixes and improvements.
The are not vulnerabilities for the version 8.1.0 of the package ora