Clang-format, a Node.js wrapper for the popular code formatting tool, saw a minor version bump from 1.2.2 to 1.2.3. Both versions share the same core dependencies, relying on "async", "glob", and "resolve" to manage asynchronous operations, file system globbing, and module resolution respectively. The development dependencies also remain identical, with "husky" being used for Git hooks, suggesting a continued focus on code quality and consistent formatting within the repository. The license remains Apache-2.0 for both versions.
The key differences lies in the release date and potentially the contents of the package. Version 1.2.2 was released on January 8th, 2018, while version 1.2.3 followed on March 29th, 2018. The "dist" object provides more details for version 1.2.3, revealing a "fileCount" of 15 and an "unpackedSize" of 9263309 bytes, information absent from the 1.2.2 record. This suggests updates, bug fixes, or internal improvements were implemented, resulting in changes to the packaging and size of the library. While the changelog isn't readily available in this metadata, the file count and size difference in the 1.2.3 distribution hint at more than just a cosmetic code change. Check the angular/clang-format repository for complete release details.
The are not vulnerabilities for the version 1.2.3 of the package clang-format