Lint-staged is a popular tool for running linters on files staged in Git, ensuring code quality and consistency before committing. Comparing versions 9.0.0 and 9.0.1 reveals a small but potentially impactful update for developers using the library. Both versions share identical dependencies and devDependencies, indicating no functional changes in the core linting process, testing framework, or build tooling. Key dependencies like del for file deletion, chalk for terminal styling, execa for executing commands, and cosmiconfig for configuration loading remain the same. Similarly, development tools such as jest for testing, husky for Git hooks, and eslint for linting stay consistent.
The only observable difference between the two versions is the release timestamp and the unpackedSize property within the dist object. Version 9.0.1 was released on July 2nd, 2019, while version 9.0.0 was released a day earlier, on July 1st, 2019. Also, the unpacked size changed by one byte. This points to a very minor change, likely a patch addressing a small bug or an internal optimization. While the specific nature of the fix isn't explicitly detailed, upgrading from 9.0.0 to 9.0.1 is recommended for all users to benefit from the latest improvements. This highlights the maintainer's commitment to stability and continuous refinement, even in minor releases. Developers can expect the same core functionality in both versions, focusing on streamlined linting and a smooth integration into their Git workflow.
The are not vulnerabilities for the version 9.0.1 of the package lint-staged