The @yarnpkg/fslib package saw a new stable release with version 2.6.1, following the previous 2.6.0. Examining the changes, a primary difference lies in its dependency @yarnpkg/libzip, which updated from version 2.2.2 to 2.2.3. This suggests that the new release incorporates improvements or bug fixes within the @yarnpkg/libzip dependency, which handles ZIP archive manipulation. Developers should note that @yarnpkg/fslib relies on @yarnpkg/libzip for tasks involving compression and decompression of files, a fundamental aspect of managing packages and their assets.
The update also impacts package size, as fslib 2.6.1 reports a fileCount of 50 and an unpackedSize of 248084, slightly smaller than version 2.6.0 with 52 files and an unpacked size of 248210. This minor size reduction could translate to slightly faster installation times or reduced disk space usage, of possible interest to users concerned about resource consumption. The release date for version 2.6.1 is February 21, 2022, a few months after the release of v2.6.0 which was October 25, 2021, indicating that this new version incorporates recent updates and potentially integrates community feedback or addresses known issues. The core license remains BSD-2-Clause across both versions. If your project relies heavily on the file system operations provided by @yarnpkg/fslib, exploring the specific changes within @yarnpkg/libzip version 2.2.3 might be beneficial to understand the refined functionalities.
The are not vulnerabilities for the version 2.6.1 of the package @yarnpkg/fslib