Eslint-plugin-jest-dom offers developers a suite of ESLint rules designed to improve the quality and maintainability of Jest tests that utilize the popular jest-dom library. Version 3.0.1 is a minor patch release following the 3.0.0 version, both aiming to ensure best practices and prevent common errors when writing tests against the DOM. Both versions depend on requireindex and @babel/runtime, essential for the internal workings of the plugin, and require ESLint version 7 or higher. These dependencies remain consistent between versions reflecting stability in the underlying tooling. The significant change comes in the dist section: 3.0.1 has an increased unpacked size (35459 bytes) compared to 3.0.0 (35310 bytes). While seemingly small (around 150 bytes), this suggests minor adjustments or bug fixes within the plugin's code, rules, or documentation. Given the same file count, the change mostly relates to content and not structure. The update may concern small typo corrections, rule adjustments, or improvements of internal functions without altering the number of files. It is advisable for users of version 3.0.0 to update to 3.0.1 to benefit from these potential bug fixes and improvements, guaranteeing a more stable and accurate testing experience focused on jest-dom best practices. Furthermore, version 3.0.1 has a later release date reflecting the prompt response of the maintainers.
The are not vulnerabilities for the version 3.0.1 of the package eslint-plugin-jest-dom