Mini CSS Extract Plugin, a Webpack plugin designed to extract CSS into separate files, released version 1.3.4 on January 13, 2021, following version 1.3.3 released on December 10, 2020. While both versions share the same core functionality of separating CSS, a deeper look reveals subtle but potentially important updates. The core dependencies remain consistent; both versions rely on loader-utils, schema-utils, and webpack-sources. The key changes are in the development dependencies, reflecting updates in the tooling ecosystem. Most of the dev dependencies have been updated to newer versions. For example, eslint was updated from 7.13.0 to 7.17.0, prettier from 2.1.2 to 2.2.1, @babel/core from 7.12.3 to 7.12.10, eslint-config-prettier from 6.15.0 to 7.1.0 and standard-version from 9.0.0 to 9.1.0. Besides these version updates, the most important aspect for developers is the continued peer dependency requirement of Webpack version 4.4.0 or 5.0.0 and above, ensuring compatibility with modern Webpack workflows. The small unpacked size difference (95613 vs 95253) might suggest slight modifications or optimizations. Developers should review the changelog for a detailed breakdown of bug fixes and minor enhancements incorporated in the 1.3.4 release. Always align dependency updates with project requirements and test thoroughly to ensure seamless integration and optimal performance.
The are not vulnerabilities for the version 1.3.4 of the package mini-css-extract-plugin