Eslint-plugin-prettier version 3.1.2 offers subtle yet impactful improvements over its predecessor, version 3.1.1. Both versions serve the primary function of running Prettier as an ESLint rule, ensuring consistent code formatting across your projects. They share the same core dependencies like prettier-linter-helpers, along with a similar suite of development dependencies for testing and linting, including eslint, prettier and various ESLint plugins and configurations. The peer dependencies remain consistent, requiring ESLint version 5.0.0 or greater and Prettier version 1.13.0 or greater, indicating no breaking changes in core functionality or compatibility.
The key differences lie in the details of the distribution package. Version 3.1.2 sees a slight increase in the fileCount (from 5 to 6) and unpackedSize (from 40968 to 43511 bytes), indicating the addition of a new file or modifications to existing ones, potentially addressing bug fixes or minor enhancements. Furthermore, the releaseDate shift marks the newer version's availability on December 15, 2019, compared to September 18, 2019, for version 3.1.1. Developers should consider upgrading to version 3.1.2 to leverage these potentially crucial fixes and improvements, ensuring a more stable and efficient linting process within their development workflows. While the core functionality remains the same, staying updated offers the best experience and support.
The are not vulnerabilities for the version 3.1.2 of the package eslint-plugin-prettier