Vitest version 0.1.14 introduces subtle but important updates compared to its predecessor, version 0.1.13, offering developers an improved testing experience. While the core dependencies like chai, vite, tinyspy, tinypool, and local-pkg remain consistent, a key change lies in the ws (WebSocket) dependency within the devDependencies. Specifically, version 0.1.14 upgrades ws to version 8.4.2 from 8.4.1 in the previous version. This update likely addresses bug fixes or security enhancements within the WebSocket communication layer, ensuring more reliable real-time interactions during testing, particularly relevant for projects utilizing WebSocket technologies.
Furthermore, vite-node and @vitest/ui also see corresponding version bumps, moving in sync with the main vitest package, ensuring feature parity and compatibility. Developers leveraging Vitest for its speed and Vite integration will appreciate that these updates maintain the framework's performance and developer-friendly interface, resolving any potential issues surfaced in the earlier version. The small difference in unpackedSize between the two versions might reflect internal adjustments like comments or minimal logging tweaks. Vitest continues to offer a streamlined testing solution, emphasizing speed, simplicity, and tight integration with the Vite ecosystem, now fortified with updated WebSocket handling.
The are not vulnerabilities for the version 0.1.14 of the package vitest