Sass version 1.35.0 represents a minor update to the widely-used Dart Sass implementation, following closely on the heels of version 1.34.1. Both versions maintain the core functionality of compiling Sass code to CSS using pure JavaScript, ensuring cross-platform compatibility and ease of integration into various web development workflows. Developers using either version can expect the same robust foundation for managing stylesheets, including features like variables, mixins, and nesting. The key dependency on chokidar (version >=3.0.0 <4.0.0) for file watching capabilities remains consistent, meaning no immediate changes are needed in build system configurations that rely on this functionality.
While the feature set is nearly identical, a crucial difference lies in the artifact size. Version 1.35.0 has a slightly larger unpacked size (4,145,458 bytes) compared to 1.34.1(4,143,414 bytes), suggesting minor internal adjustments, bug fixes or optimizations. This difference in size, alongside with the difference in release date (June 15, 2021 for 1.35.0 and June 2, 2021 for 1.34.1), signal iterative refinements. Developers should consider upgrading to 1.35.0 to leverage these potential improvements after testing to ensure compatibility in their specific environment. The MIT license continues to grant developers broad usage rights, and the consistent repository link to the Dart Sass GitHub project assures access to comprehensive documentation and community support.
The are not vulnerabilities for the version 1.35.0 of the package sass