Chokidar, a minimal and efficient cross-platform file watching library, saw a version bump from 3.5.2 to 3.5.3 introducing subtle but potentially important changes for developers relying on its file monitoring capabilities. Both versions maintain the same core dependencies, including braces, is-glob, anymatch, fsevents, readdirp, glob-parent, is-binary-path, and normalize-path, ensuring consistent globbing and path handling. Similarly, development dependencies such as nyc, chai, mocha, sinon, upath, eslint, rimraf, dtslint, sinon-chai, and @types/node remain consistent, suggesting no major shifts in the testing or development environment. Fsevents also remains an optional dependency for both versions.
The most notable difference lies in the release date and unpacked size of the package. Version 3.5.3 was released on January 18, 2022, a considerable time after version 3.5.2 released on June 15, 2021. This suggests accumulated bug fixes and minor improvements warranting a new release. The unpacked size increased slightly from 89810 bytes in version 3.5.2 to 90082 bytes in version 3.5.3. While a small increase, it could indicate adjustments to the core logic, updated dependencies within the included files, or enhanced platform support. Developers adopting chokidar should consider upgrading to version 3.5.3 to benefit from the latest refinements and potential stability enhancements the new version brings.
The are not vulnerabilities for the version 3.5.3 of the package chokidar