Prettier version 1.7.3 is a patch release following closely on the heels of 1.7.2, both iterations of the popular opinionated code formatter. Examining the package data reveals minimal differences in their core functionalities or declared dependencies. Both versions share the same suite of development dependencies, including testing frameworks like Jest, linters like ESLint, and build tools like Rollup and Webpack. They also depend on various plugins related to Rollup for managing JSON files, ES2015 transpilation, and resolving/handling Node.js globals and built-ins. This robust tooling ecosystem underpins Prettier's development and ensures code quality and compatibility.
The key distinction lies in the release date. Version 1.7.3 was published on September 30, 2017, just a few days after 1.7.2, which was released on September 27, 2017. This suggests that the newer version likely addresses minor bugs or introduces very subtle improvements not reflected in the dependency list. For developers, while both versions offer the core Prettier code formatting capabilities, opting for the slightly newer 1.7.3 would be prudent to benefit from any quick-fix solutions implemented since the 1.7.2 release. Given the negligible difference in development dependencies, upgrading should be straightforward and poses minimal risk for project compatibility. As always, it's recommended to review the changelog for precise details of what changed between the two versions.
The are not vulnerabilities for the version 1.7.3 of the package prettier