Eslint-plugin-jest versions 28.13.1 and 28.13.2 are incremental updates to a popular ESLint plugin that provides linting rules specifically tailored for Jest JavaScript testing framework. Both versions focus on improving code quality and consistency in Jest test suites, aiding developers in writing more robust and maintainable tests. They include a comprehensive set of rules that cover various aspects of Jest testing, such as enforcing best practices, preventing common errors, and ensuring code adheres to specific style guidelines.
A comparison of the two versions reveals subtle differences, primarily in file sizes and release times. Version 28.13.2 has a unpacked size of 356726 while 28.13.1 has 356471 which suggests that the new version contain some minor internal optimizations, bug fixes, or documentation updates that dont affect external API. Version 28.13.2 was released on "2025-06-10T20:15:48.260Z" (very close to 28.13.1 released at "2025-06-10T19:47:51.687Z").
Both version share dependencies like "@typescript-eslint/utils":"^6.0.0 || ^7.0.0 || ^8.0.0" and devDependencies like "eslint": "^7.0.0 || ^8.0.0" and peerDependencies like "eslint":"^7.0.0 || ^8.0.0 || ^9.0.0".
For developers already using eslint-plugin-jest, upgrading to version 28.13.2 is generally recommended to benefit from latest fixes. If you are setting up a new project is still ok to use version 28.13.1. The libraries continue to support a wide range of ESLint and TypeScript versions, as indicated by their dependency specifications making the integration flexible.
The are not vulnerabilities for the version 28.13.2 of the package eslint-plugin-jest