Broccoli-output-wrapper simplifies writing output files to a designated output path within Broccoli-based build pipelines. Version 3.2.0 introduces subtle improvements over the previous stable version, 3.1.1. While the core functionality remains consistent, there's a minor increase in the unpacked size – 13,148 bytes in 3.2.0 compared to 13,009 bytes in 3.1.1. This likely indicates small adjustments, potentially bug fixes or minor feature enhancements, though the package description doesn't explicitly detail them. The dependencies – fs-extra, heimdalljs-logger, and symlink-or-copy – remain the same across both versions, suggesting no fundamental shifts in how the library interacts with the file system or handles logging and symlinking. Similarly, the development dependencies, including @types/fs-extra, @types/node, chai, mocha, tmp, ts-node, and typescript, remain unchanged, ensuring consistent build and testing environments. The key detail here is the updated release date. Version 3.2.0 was released on December 17, 2019, subsequent to the December 10, 2019 release of version 3.1.1, indicating a focused update cycle. For developers, upgrading to 3.2.0 is generally recommended to leverage any potential improvements, even if they are undocumented since the dependencies are consistent.
The are not vulnerabilities for the version 3.2.0 of the package broccoli-output-wrapper