Rollup Plugin Copy, a utility for seamlessly copying files and folders during your Rollup builds, has released version 3.2.1, a minor update following version 3.2.0. Both versions share the same core dependencies, including @types/fs-extra, colorette, fs-extra, globby, and is-plain-object, ensuring consistent functionality for file system operations, console output styling, file system manipulation, glob pattern matching, and object type checking respectively. The development dependencies also remain unchanged, indicating that the tooling and testing environment used by the developers haven't been altered between these releases. These shared dependencies and dev dependencies suggest a focus on stability and maintaining the existing feature set.
The key difference lies in the dist metadata. Version 3.2.1 shows an "unpackedSize" of 12966 bytes, slightly larger than version 3.2.0's 12843 bytes. This suggests minor code adjustments, potentially bug fixes, or small enhancements that didn't warrant a major or minor version bump. The releaseDate also highlights that version 3.2.1 was released shortly after 3.2.0. Developers using rollup-plugin-copy should upgrade to version 3.2.1 to benefit from these small improvements and potential bug fixes, even if no specific feature changes are advertised. This incremental update underlines the library's ongoing maintenance and commitment to a stable and reliable user experience. The consistent dependency structure ensures that upgrading shouldn't introduce compatibility issues, simplifying the update process.
The are not vulnerabilities for the version 3.2.1 of the package rollup-plugin-copy