Sass version 1.86.0 is a minor update to the popular CSS preprocessor, following closely behind version 1.85.1. Both versions, implemented in pure JavaScript, aim to simplify and enhance CSS development. A key point for developers is that the core dependencies, including chokidar, immutable, and source-map-js, remain consistent, ensuring a smooth transition for those already using the library. The optional dependency @parcel/watcher also stays at the same version, which impacts build-time performance for projects leveraging this watcher.
The notable difference between the versions lies in the dist section. While the fileCount is identical at 36, the unpackedSize increases slightly from 5,686,553 bytes in 1.85.1 to 5,688,183 bytes in 1.86.0. This suggests that the new version contains minor internal adjustments, possibly bug fixes, performance improvements, or small feature additions that didn't warrant a major version bump, but are still relevant enough to increase the footprint. While the change is small, developers who are mindful of the size of their dependencies and asset sizes might want to investigate these changes before updating.
Finally, the releaseDate field shows a release date in the future for both versions, indicating a potential error or placeholder value in the provided data. For accurate release information, developers should refer to the official npm registry or the Sass GitHub repository.
The are not vulnerabilities for the version 1.86.0 of the package sass