Lint-staged is a popular npm package that helps developers automatically format and lint code files that are staged in Git, ensuring code quality and consistency before commits. Comparing versions 11.1.0 and 11.0.1, we find a few key distinctions that might be of interest to users of the library.
Both versions share the same core dependencies, including tools such as Chalk for terminal styling, Debug for debugging, Execa for running external commands, Listr2 for creating elegant command-line interfaces, and Cosmiconfig to deal with configuration files. This core stability indicates a consistent feature set focused on linting and formatting staged files.
The most notable difference lies in the dist object. Version 11.1.0 comes with 23 files and an unpacked size of 85402 bytes, while version 11.0.1 has 22 files and an unpacked size of 83548 bytes. The increased size in the newer release indicates some internal changes and/or additions. While the nature of those changes is not specified in the metadata, developers might expect efficiency improvements, bug fixes, or extended functionalities shipped with version 11.1.0. Finally, version 11.1.0 was released on 2021-07-22, while 11.0.1 was released on 2021-07-13, this means 11.1.0 is a later version that includes the previous fixes and improvements.
The are not vulnerabilities for the version 11.1.0 of the package lint-staged