Style-loader has released version 1.1.0, building upon the previous stable version 1.0.2, both designed as webpack modules to inject CSS into the DOM. While core dependencies like loader-utils and schema-utils remain consistent, there is an important update to the peer dependencies of webpack. Version 1.1.0 now declares compatibility with both webpack 4 and webpack 5 ^4.0.0 || ^5.0.0, extending its usability compared to version 1.0.2 which was limited to webpack 4 ^4.0.0.
The developer dependencies, crucial for development and testing, are largely identical, indicating a similar development process. This maintenance ensures stability and dependability. Both versions share the same tools for linting, testing and building the library, and rely on babel, eslint, jest, and webpack itself.
The dist section reveals a slight increase in file count (8 to 9) and unpacked size (47223 to 49227 bytes) suggesting minor additions or modifications in the distributed package, likely to support the webpack 5 compatability. The release dates also highlight the packages was constantly updated in December 2019. This version upgrade provides a smoother integration with newer webpack projects, offering a more future-proof solution for developers.
The are not vulnerabilities for the version 1.1.0 of the package style-loader