eslint-loader version 4.0.2 is a minor update to version 4.0.1, offering refinements to this popular webpack loader that integrates ESLint directly into the webpack build process. Developers leveraging ESLint for code linting within their webpack projects will find this upgrade worthwhile. A key difference lies in the fs-extra dependency, where version 4.0.2 uses "^8.1.0" and version 4.0.1 uses "^9.0.0", potentially impacting file system operations within the loader. While both versions maintain the same peer dependencies for eslint and webpack (supporting versions 6.x/7.x and 4.x/5.x respectively), ensuring compatibility with existing projects remains seamless. Both versions also share a suite of development dependencies centered around testing, linting, and build tooling. The unpacked size varies slightly, with 4.0.2 being marginally larger at 41538 bytes compared to 4.0.1's 41289 bytes. Both versions were released on the same day, with 4.0.2 following shortly after 4.0.1, suggesting a quick patch or improvement. Developers should review the changelog or commit history on the GitHub repository for precise details on bug fixes or performance enhancements included in version 4.0.2. Users already on version 4 can update confidently, but verifying fs-extra compatibility with their project is advised. As an MIT-licensed package, eslint-loader encourages open and flexible integration into a wide range of projects.
The are not vulnerabilities for the version 4.0.2 of the package eslint-loader