@yarnpkg/fslib version 2.9.0 brings a minor update to the file system utilities library compared to version 2.8.0. Both versions maintain the same core dependencies, relying on tslib (version ^1.13.0) for TypeScript helper functions and @yarnpkg/libzip (version ^2.2.4) for zip archive handling, ensuring compatibility across different platforms. As with previous releases, the library is licensed under the BSD-2-Clause license.
From a developer's perspective, the interesting change is the increased unpacked size of the library in version 2.9.0, measuring 276615 bytes compared to 275887 bytes in version 2.8.0. While the file count remains constant at 52, this suggests internal enhancements, bug fixes, or the addition of new features or improved documentation contributing to the growth. This version was released on 2022-11-16, a bit more than one month after the 2.8.0. Developers integrating or maintaining projects using @yarnpkg/fslib should consider this potential size difference when evaluating whether to upgrade, particularly in environments with strict storage limitations. To fully understand the changes it is recommended to check the releases notes online. Generally, upgrading is recommended to benefit from bug fixes and improvements.
The are not vulnerabilities for the version 2.9.0 of the package @yarnpkg/fslib