@rollup/plugin-commonjs version 23.0.7 is a very minor update compared to version 23.0.6. Both versions are designed to convert CommonJS modules into the ES2015 format, allowing developers to seamlessly integrate existing CommonJS code into modern JavaScript projects that use Rollup as a bundler. The core functionalities and dependencies remain largely consistent between the two versions, with dependencies like glob, commondir, is-reference, magic-string, @rollup/pluginutils and estree-walker all staying at the same versions in both releases. Similarly, development dependencies such as shx, rollup, source-map, typescript, locate-character, require-relative, @rollup/plugin-json, source-map-support and @rollup/plugin-node-resolve remain unchanged. The peer dependency on rollup also stays the same, allowing compatibility with Rollup versions 2.68.0 and 3.0.0 or higher.
The key difference lies in potentially very subtle internal improvements, reflected in the unpackedSize within the dist object, being slightly larger in version 23.0.7 (178649 bytes) compared to version 23.0.6 (178589 bytes). The release date is also slightly later for the newest version hinting at a negligible bug fix. Because of the very small differences, upgrading from 23.0.6 to 23.0.7 can be considered low priority, focusing on scenarios where potential undocumented fixes may be beneficial. Developers already using @rollup/plugin-commonjs can continue using it as before.
The are not vulnerabilities for the version 23.0.7 of the package @rollup/plugin-commonjs