Rollup Plugin Visualizer has a new version, 5.13.1, released just moments after its predecessor, 5.13.0. Both versions share a core set of dependencies and development dependencies, crucial for visualizing Rollup bundle content. Key dependencies like open, yargs, and source-map remain consistent, suggesting stability in core functionality. Development dependencies, including testing libraries such as vitest and oxlint, and build tools like rollup, are also identical, implying a focus on maintaining existing code quality.
The primary difference lies in the introduction of picomatch as a direct dependency in version 5.13.1, which was present as dev dependency in version 5.13.0. This might indicate a shift where pattern matching functionality handled by picomatch has become more integral to the plugin's core operations rather than just being used for development tasks. For developers, this could mean more robust or versatile file matching capabilities within the plugin itself.
Given the minimal time difference between the releases and the identical size (both versions share same fileCount and unpackedSize), it's likely a patch addressing a specific bug or optimizing the usage of pattern matching. Developers upgrading should test their existing configurations to ensure compatibility with the new picomatch integration, although major breaking changes are unlikely in such a quick release cycle. It's also worth noting both versions support Rollup versions 2.x, 3.x, and 4.x, and Rolldown 1.x, providing wide compatibility for existing projects.
The are not vulnerabilities for the version 5.13.1 of the package rollup-plugin-visualizer