Eslint-plugin-html has a couple of interesting changes between versions 6.0.2 and 6.0.3. Both versions serve the same core purpose: linting and fixing inline scripts within HTML files, beneficial for developers maintaining clean and consistent code within their HTML projects. The primary difference lies in the updated development dependencies. Version 6.0.3 upgrades several key tools like eslint from version 6.8.0 to 7.6.0 and jest from 25.2.7 to 26.2.2. Besides that semver was updated from 7.1.3 to 7.3.2 and prettier from 2.0.2 to 2.0.5. These updates signify improvements in testing capabilities, linting rules, and code formatting. For developers, this means that projects using version 6.0.3 benefit from more recent and enhanced linting and testing features.
The file size increased with 619 bytes in the newest version. The release date for 6.0.3 is "2020-08-08T12:40:00.796Z", whereas 6.0.2 was released on "2020-04-15T12:27:41.586Z", indicating a gap of approximately 4 months between the releases. If you are working on a new project it is better to have the last version. Ensure your build tools and CI pipelines are compatible with the newer versions of these dev dependencies to leverage the improvements fully.
The are not vulnerabilities for the version 6.0.3 of the package eslint-plugin-html