Style-loader is a webpack module that injects CSS into your application. Comparing versions 0.20.0 and 0.19.1, several dependency updates stand out. Version 0.20.0 updates loader-utils to "^1.1.0" and schema-utils to "^0.4.3" while 0.19.1 uses "^1.0.2" and "^0.3.0" respectively. This indicates potential enhancements in utility functions for loaders and improved schema validation for configuration options.
For developers, these updates often translate to more robust error handling and better compatibility with the latest webpack ecosystem. The devDependencies also see some changes, with upgrades to css-loader, file-loader, jsdom, mocha, sinon, and webpack in version 0.20.0 showing commitment to testing with newer tools.
One potentially breaking change is the major version bump in the webpack dependency, moving from "^2.6.1" to "^2.0.0". Developers should check for compatibility with their specific webpack configurations. Furthermore, the repository URL has been updated from a SSH URL to HTTPS. The later version introduced on January 26, 2018 boasts updated utilities and validation logic to give developers a smoother development experience.
The are not vulnerabilities for the version 0.20.0 of the package style-loader