Style-loader version 1.1.3 represents a minor update over the previous stable version 1.1.2, offering improvements and refinements for developers utilizing this webpack loader. A key difference lies in the updated dependencies. Version 1.1.3 incorporates "schema-utils":"^2.6.4" while the previous version use "schema-utils":"^2.0.1". Developers incorporating schema validation might find this particularly relevant and beneficial for ensuring configuration correctness.
Several devDependencies also see updates. Notably, Babel-related packages are bumped from version 7.7.4 to 7.8.3, css-loader moves from 3.4.0 to 3.4.2, sass transitions from 1.23.7 to 1.24.5, and sass-loader advances from 8.0.0 to 8.0.2. webpack also receives a minor update from 4.41.3 to 4.41.5. These dependency upgrades generally reflect bug fixes, performance enhancements, and potential new features within those respective tools, indirectly benefiting style-loader users. The update also includes "semver":"^7.1.1" when the prior version include "semver":"^7.1.0", and the release date moves from 2019-12-25 to 2020-01-17
While the core functionality of style-loader likely remains consistent between the two versions (injecting CSS into the DOM), these dependency updates contribute to a more stable and modern development environment. Developers aiming for the latest features and security patches from style-loader's underlying dependencies should upgrade to version 1.1.3. Furthermore,developers should test the updates in their specific context to confirm compatibility and benefits from the changes.
The are not vulnerabilities for the version 1.1.3 of the package style-loader