Lint-staged, a popular tool for running linters on staged git files, released version 13.2.1 shortly after 13.2.0, marking a quick iterative update. Examining both versions reveals they share identical dependencies and development dependencies, indicating no underlying shifts in core functionalities or supported tooling between releases. Developers relying on specific versions of tools like eslint, prettier, or jest will find consistent behavior across both.
The key difference resides in the dist metadata. Version 13.2.1 has a slightly larger unpacked size (111586 bytes) compared to 13.2.0 (111333 bytes), a difference of 253 bytes. This points to likely minor code tweaks, bug fixes, or documentation updates within the distribution. Crucially, both have the same fileCount of 31, meaning that no files were added or removed from the published package during the patch release. The releaseDate also confirms the updates, with version 13.2.1 being released almost a month after 13.2.0.
For developers considering upgrading, the jump from 13.2.0 to 13.2.1 should be relatively painless, given the consistent dependency manifest. However, reviewing the changelog and commit history (available on the lint-staged GitHub repository) is recommended always to grasp the exact changes. The update focuses on improving the developer experience and ironing out minor issues rather than introducing major new features or altering the underlying API. Because those differences are minimal, the choice between using 13.2.0 and 13.2.1 depends on the developers' need of the fixes that the newer version implemented.
The are not vulnerabilities for the version 13.2.1 of the package lint-staged