Sass version 1.58.1 is a patch release over the immediately preceding stable version 1.58.0 of this popular pure JavaScript implementation of the Sass stylesheet language. Both versions share identical core dependencies, relying on chokidar for file system watching (versions 3.0.0 and up, but less than 4.0.0), immutable for immutable data structures (version 4.0.0 and up), and source-map-js for source map generation (versions 0.6.2 and up, but less than 2.0.0). The author, license, and repository details remain unchanged between the two versions. Natalie Weizenbaum continues to be listed as the author. Both are released under the MIT license.
The primary difference lies in the internal build artifacts and release date. Version 1.58.1 was released on February 14, 2023, while version 1.58.0 was released on February 1, 2023. This suggests that version 1.58.1 likely contains bug fixes or very minor adjustments addressing issues discovered in the initial 1.58.0 release rather than major new features. A slight increase in unpacked size, from 4,596,305 bytes in 1.58.0 to 4,596,739 bytes in 1.58.1, confirms that there are indeed minor changes in the code. Developers using Sass are encouraged to upgrade to the latest patch version (1.58.1) to benefit from potential stability improvements and bug fixes. Given the shared dependencies, upgrading should have minimal impact on existing projects.
The are not vulnerabilities for the version 1.58.1 of the package sass