Sass-loader versions 10.0.2 and 10.0.1 are closely related, serving as webpack loaders that enable developers to import and process Sass/SCSS files within their JavaScript projects. A crucial aspect for developers is understanding the dependency and devDependency updates. Between these versions, schema-utils was bumped from 2.7.0 to 2.7.1 and some devDependencies were updated. Specifically, eslint was updated from 7.7.0 to 7.8.1, prettier from 2.1.0 to 2.1.1, @babel/cli from 7.10.5 to 7.11.5, @babel/core from 7.11.4 to 7.11.5 and file-loader from 6.0.0 to 6.1.0. @babel/preset-env was updated from 7.11.0 to 7.11.5. These updates likely include bug fixes, performance improvements, and potentially new features in those respective packages that sass-loader benefits from. Also, the release date differs, with version 10.0.2 being released on September 3rd, 2020 versus August 25th, 2020 for version 10.0.1. The unpacked size of the newer version is slightly larger (66067 bytes vs 65851 bytes), pointing to potential code additions or dependency size increases. For developers, this means upgrading to 10.0.2 brings the latest dependency improvements and should be a smooth update unless the changes in those devDependencies introduce unforeseen compatibility issues, but the patch version update suggests it's a minor and safe upgrade. It's always recommended to review the changelogs of the updated dependencies for a comprehensive understanding before upgrading.
The are not vulnerabilities for the version 10.0.2 of the package sass-loader