Eslint-plugin-prettier version 5.4.1 is a minor update to the popular ESLint plugin that integrates Prettier for code formatting. The primary function of the plugin remains consistent: to automatically format your code using Prettier as part of your ESLint workflow. This ensures consistent code style across your project, catching formatting issues during linting. Both versions, 5.4.0 and 5.4.1, share the same core functionality and target audience: developers seeking automated code formatting within their ESLint setup. The dependencies remain largely the same; the significant change is the update of the synckit dependency from version 0.11.0 to 0.11.7. While both versions declare identical peer dependencies for eslint, prettier, @types/eslint, and eslint-config-prettier, ensuring compatibility with a wide range of versions, the synckit update in 5.4.1 likely addresses bug fixes or performance improvements within its internal workings. Users upgrading from 5.4.0 should encounter a seamless transition, experiencing the same Prettier integration but potentially benefiting from the enhanced stability and performance offered by the updated synckit library. Both versions are licensed under the MIT license. The package size remained identical between the two versions suggesting the update to synckit had no considerable impact on the final size of the package.
The are not vulnerabilities for the version 5.4.1 of the package eslint-plugin-prettier