Ora is a popular npm package used for creating elegant terminal spinners, providing visual feedback to users during long-running processes. Comparing versions 3.2.0 and 3.1.0, developers will notice a few key differences. The most notable change lies within the dependencies. Version 3.2.0 upgrades cli-spinners from version 1.3.1 to version 2.0.0.This brings in potentially new or updated spinner animations. Also the version 3.2.0 introduces a new devDependency @types/node":"^11.10.4" and tsd-check":"^0.3.0", probably to provide type definitions for Node.js and type checking.
For developers using Ora, the core functionality of creating spinners remains consistent between the two versions. The API for starting, stopping, and updating spinners should function similarly. However, the updated cli-spinners dependency in version 3.2.0 might offer a wider selection of spinner styles or improved animations; this is something developers might consider when updating.
Choosing between versions depends on the specific needs. If developers require the latest spinner animations and any potential bug fixes or performance improvements in cli-spinners version 2.0.0, upgrading to Ora 3.2.0 is advisable. If the existing spinner styles in Ora 3.1.0 are sufficient, and there's no immediate need for the latest updates, sticking with the older version may be a viable option. Checking the changelogs for cli-spinners is recommended to fully understand the impact of the dependency update.
The are not vulnerabilities for the version 3.2.0 of the package ora