Rollup Plugin Sass, a valuable tool for developers leveraging Rollup to bundle their Sass files, saw a minor version update from 1.2.11 to 1.2.12 on March 31, 2022. The core functionality remains consistent between the two versions, focusing on seamless integration of Sass compilation within the Rollup build process. Both versions share the same dependencies, including sass for handling SCSS/Sass compilation, resolve to locate modules, and @rollup/pluginutils for Rollup plugin utilities, ensuring ongoing compatibility and stability. Similarly, the development dependencies for testing and linting, such as ava, nyc, jsdom, eslint, and typescript, remain unchanged.
While the functional differences are minimal, developers should note the slightly later release date of version 1.2.12, just minutes after 1.2.11. This suggests the update likely includes very minor bug fixes, dependency updates, or internal improvements. Since the unpackedSize and fileCount stays the same it may be related to publishing issues or very small adjustments. Users already on version 1.2.11 may consider upgrading to 1.2.12 to benefit from the latest potential improvements, though the core experience should remain consistent. Be aware that both versions rely on older typescript version(3.5.3) and an older rollup version (1.32.1), this might impact some advanced use cases and require the installation of additional dependecies/plugins.
The are not vulnerabilities for the version 1.2.12 of the package rollup-plugin-sass