@rollup/plugin-commonjs, a vital tool for converting CommonJS modules to ES2015 format, saw a minor update from version 19.0.0 to 19.0.1. While both versions share the same core dependencies like glob, resolve, commondir, is-reference, magic-string, estree-walker, and @rollup/pluginutils, as well as development dependencies including shx, rollup, source-map, typescript, locate-character, require-relative, source-map-support, @rollup/plugin-json, and @rollup/plugin-node-resolve, the key difference lies in the release date and unpacked size. Version 19.0.1 was released on July 15, 2021, while version 19.0.0 was released earlier on May 7, 2021. Notably, the unpacked size of version 19.0.1 is slightly larger at 397671 bytes, compared to 394549 bytes for version 19.0.0.
For developers, this suggests that the update in version 19.0.1 likely includes bug fixes, performance improvements, or minor enhancements that contribute to the increased size. While the changelog isn't provided here, the update provides a more stable and robust solution for integrating CommonJS modules into modern JavaScript projects that utilize Rollup. Keep in mind the peerDependencies requirement of rollup: ^2.38.3 ensures compatibility with existing Rollup setups. Upgrading to v19.0.1 is recommended for those seeking the latest improvements and fixes within the @rollup/plugin-commonjs ecosystem, particularly if encountering issues in the older version.
The are not vulnerabilities for the version 19.0.1 of the package @rollup/plugin-commonjs