Eslint-plugin-jest, a popular ESLint plugin providing linting rules specifically for Jest tests, released version 21.18.0 on July 17, 2018, following version 21.17.0 released on May 28, 2018. While the core functionalities and development dependencies remain largely consistent, the newer version incorporates subtle improvements valuable for developers maintaining their testing suites. Both versions support ESLint versions 3.6 and above, ensuring compatibility with a broad range of ESLint configurations. Key dependencies such as "jest", "eslint", and plugins like "eslint-plugin-node" and "eslint-plugin-prettier" are consistent, indicating a stable toolchain used throughout development.
A notable difference lies in the "dist" section: version 21.18.0 has a "fileCount" of 62 and an "unpackedSize" of 138868, compared to version 21.17.0's "fileCount" of 58 and "unpackedSize" of 136076. This increase suggests that version 21.18.0 likely includes additional rules, enhanced documentation, or optimized code leading to a slightly larger package size. While the changelog isn't explicitly available, developers upgrading should anticipate potential improvements in rule coverage and possibly some bug fixes, making it worthwhile for projects striving for meticulous test quality and adherence to Jest best practices.
The are not vulnerabilities for the version 21.18.0 of the package eslint-plugin-jest