Rollup Plugin Sass version 1.2.4 introduces several notable improvements and dependency updates compared to its predecessor, version 1.2.2. Developers will appreciate the modernized toolchain, evident in the adoption of @rollup/pluginutils and @babel/runtime-corejs3 for enhanced Rollup integration and Babel runtime support, respectively. This signifies a shift towards more contemporary build processes. The update also reveals a significant overhaul in the development dependencies. Previous version's reliance on older Babel tools like babel-runtime, babel-preset-env, and rollup-plugin-babel has been replaced with newer @babel/* scoped packages like @babel/core, @babel/preset-env, @rollup/plugin-babel, and @babel/plugin-transform-runtime. This transition not only boosts performance but also ensures compatibility with the latest JavaScript features and Rollup configurations. Although both versions utilize the same Sass compiler version, newer tooling can handle potentially any edge cases. Furthermore, the package size has been slightly reduced, suggesting potential optimizations in the codebase (unpackedSize went down from 17240 to 16001). The release date of version 1.2.4 (2021-08-06) indicates a more actively maintained plugin, offering developers access to more recent bug fixes and feature enhancements. It's worth noting that the underlying functionality of the plugin, rolling up .sass files, remains consistent, but the modernized development environment of 1.2.4 offers an improved development experience and better long-term support for developers using the plugin in their Rollup-based projects.
The are not vulnerabilities for the version 1.2.4 of the package rollup-plugin-sass