Fs-extra is a widely used Node.js package that extends the core fs module with convenient file system operations not natively available, like recursive directory creation (mkdirp), file copying, and removal. Comparing versions 11.1.1 and 11.1.0 reveals subtle yet important differences for developers. Both versions share the same core functionality, description, dependencies (including jsonfile, graceful-fs, and universalify), and development dependencies (nyc, klaw, mocha, minimist, standard, klaw-sync, proxyquire, and read-dir-files). This indicates a focus on stability and maintaining existing features.
The key distinction lies in the release date and dist metadata. Version 11.1.1 was released on March 20, 2023, while version 11.1.0 was released on November 29, 2022. The unpacked size of 11.1.1 (59493 bytes) is slightly larger than 11.1.0 (59232 bytes), suggesting potential bug fixes, performance improvements, or minor feature additions. Developers should consider upgrading to 11.1.1 to benefit from the latest enhancements and potentially address any security vulnerabilities fixed since the prior release. While the changelog isn't directly provided, the increased size hints at underlying improvements. Fs-extra's license remains MIT, ensuring freedom for developers to use it in various projects. The package continues to be authored by JP Richardson.
The are not vulnerabilities for the version 11.1.1 of the package fs-extra