Sass-loader versions 10.1.1 and 10.1.0 are both Sass loaders for webpack, enabling developers to seamlessly integrate Sass stylesheets within their webpack-bundled projects. A key difference lies in the webpack version listed among their devDependencies. Version 10.1.1 uses webpack ^5.12.2, while version 10.1.0 employs webpack ^5.4.0. This suggests a progressive integration with, and support for, newer webpack features and optimizations.
Another notable change resides in enhanced-resolve dependency inside devDependencies, changing from version 5.3.1 to 5.5.0. This package handles module resolution during the bundling process, so this update may provide performance improvements and bug fixes. Lastly, the eslint-config-prettier version updated from 6.15.0 to 7.1.0, potentially introducing new linting rules and code formatting standards to enforce code consistency.
Both versions share the same core functionality, offering features such as support for Sass and SCSS syntax, integration with various Sass implementations like node-sass and Dart Sass (through the sass dependency), and compatibility with webpack 4 and 5. The peerDependencies specify the required versions of sass, fibers, webpack, and node-sass, ensuring compatibility and proper functioning of the Sass loader within a webpack environment. Moreover, both versions are licensed under the MIT license by J. Tangelder, and openly receiving funding through Open Collective. These releases help webpack users keep their projects optimized so take advantage of the new features and improvements with the latest version.
The are not vulnerabilities for the version 10.1.1 of the package sass-loader