Mini-css-extract-plugin is a crucial tool for web developers using Webpack, designed to extract CSS into separate files, enhancing website performance through parallel loading of CSS and JavaScript. Comparing versions 0.11.3 and 0.11.2 reveals subtle yet important differences. Both versions share core dependencies like loader-utils, schema-utils, normalize-url, and webpack-sources, ensuring fundamental functionality remains consistent. The peer dependency on Webpack ^4.4.0 || ^5.0.0 is present in both versions, highlighting compatibility with Webpack 4 and 5.
The primary distinction lies in the dist section, where 0.11.3 shows fileCount: 16 and unpackedSize: 78309 compared to 0.11.2's fileCount: 15 and unpackedSize: 69964. This suggests that version 0.11.3 includes an additional file and incorporates more code, potentially indicating bug fixes, minor feature additions, or performance enhancements. Developers should consider this size difference when evaluating which version to use, balancing potential improvements against a slightly larger bundle size. Version 0.11.3 was released on 2020-10-02, subsequent to 0.11.2 (2020-09-12), thus, opting for the newest minor version is advisable for benefiting from the most recent fixes and improvements. Always check the changelog for a detailed breakdown of changes between versions.
The are not vulnerabilities for the version 0.11.3 of the package mini-css-extract-plugin