Nanospinner, a lightweight and straightforward terminal spinner for Node.js, has released version 1.2.2, building upon the previously stable version 1.2.1. Both versions share the same core functionality, providing a clean and simple way to display loading animations in terminal applications. They both rely on picocolors for terminal styling, ensuring compatibility and a consistent visual experience. However, a key difference lies in the development dependencies. Version 1.2.1 included several development tools like c8 for code coverage, uvu for testing, prettier for code formatting, typescript for type checking, @types/node for Node.js type definitions and clean-publish for safer publishing. These have been removed from version 1.2.2, potentially indicating a shift in the development workflow or a trimming of the published package size. The unpacked size decreased from 13690 bytes to 10853 bytes, suggesting a reduction in the overall package footprint. The removal of dev dependencies in 1.2.2 does not impact the end-user experience, as the core functionality remains the same. Developers using Nanospinner can continue using it for adding simple spinners to their CLI applications. The release dates of both updates are very close, signaling ongoing maintenance and a commitment to providing a reliable tool. For developers, Nanospinner remains a convenient choice when a small, dependency-light spinner is required to enhance the user experience of command-line interfaces.
The are not vulnerabilities for the version 1.2.2 of the package nanospinner