Sass version 1.37.1 is a minor patch release following version 1.37.0. Both versions represent a pure JavaScript implementation of Sass, offering developers a way to seamlessly integrate Sass compilation into JavaScript-based projects without relying on native dependencies. This is particularly beneficial for cross-platform compatibility and ease of deployment. Both versions share the same dependency on chokidar (version >=3.0.0 <4.0.0), a file system watcher, so the core functionality related to file monitoring for automatic Sass recompilation remains consistent. The key difference lies in the dist object. Version 1.37.1 has an unpackedSize of 4166765 bytes, slightly larger than version 1.37.0 which has an unpackedSize of 4154799 bytes. This suggests there were likely minor bug fixes, performance improvements, or small feature additions in 1.37.1, resulting in a slightly larger package size. The releaseDate also confirm that v1.37.1 was released shortly after, meaning whatever changes were shipped must have been important. For developers, upgrading from 1.37.0 to 1.37.1 should be a straightforward process with minimal risk of breaking changes, and is recommended to ensure they have the benefits of the latest bug fixes and optimizations within the 1.37.x series. Both version feature the same MIT License and are maintained by Natalie Weizenbaum.
The are not vulnerabilities for the version 1.37.1 of the package sass