Eslint-plugin-prettier version 3.3.1 is a minor update to the popular eslint plugin that integrates Prettier for code formatting. Comparing it to the previous stable version, 3.3.0, the core functionality remains the same: running Prettier as an ESLint rule to automatically format your code based on your Prettier configuration. This ensures consistent code style across your project and eliminates stylistic debates during code reviews. The dependencies and peer dependencies are also unchanged, with supported versions of eslint(>=5.0.0) and prettier (>=1.13.0) staying the same.
The critical difference between versions 3.3.0 and 3.3.1 lies in the bug fixes and internal improvements bundled within this release. While the changelog for this specific update isn't provided, typically, patch releases like this address identified issues, enhance performance, improve compatibility with newer versions of ESLint or Prettier, or handle edge cases that might have surfaced in the previous version. Also, the unpacked size is slightly bigger (51395 vs. 50807), meaning that some changes occurred. So upgrading from 3.3.0 to 3.3.1 is recommended to benefit from the increased stability, and potential performance improvements introduced in the patch. If you're already using eslint-plugin-prettier, this is generally a low-risk update.
The are not vulnerabilities for the version 3.3.1 of the package eslint-plugin-prettier