Sass version 1.24.0 introduces subtle but significant changes compared to its predecessor, 1.23.7. Both versions maintain the core functionality of a pure JavaScript implementation of Sass and share identical dependencies, relying on chokidar within the range of >=2.0.0 and <4.0.0 for file system watching. The licensing remains consistent under the MIT license, and the repository and author information are unchanged, pointing to the Dart Sass project on GitHub and Natalie Weizenbaum as the author.
However, the updated distribution details reveal key differences. Version 1.24.0 exhibits an increased unpackedSize of 2,271,465 bytes compared to version 1.23.7's 2,242,021 bytes, indicating adjustments and/or additions to the codebase that introduce ~30KB of changes. Furthermore, the releaseDate reflects a more recent publication, with 1.24.0 released on December 20, 2019, following 1.23.7's release on November 19, 2019.
For developers, while the core usage and integration of Sass remain consistent, the jump from 1.23.7 to 1.24.0 suggests potential bug fixes, performance enhancements, or perhaps new, albeit non-breaking, features. While the changelog isn't provided, examining the differences between the two versions might uncover valuable insights or fixed issues that could improve development workflows. Therefore, developers are advised to review Sass releases regularly for such under-the-hood benefits to maintain an efficient workflow.
The are not vulnerabilities for the version 1.24.0 of the package sass