Rollup Plugin Filesize is a valuable tool for developers using Rollup, designed to display the final bundle sizes directly in the command-line interface, offering immediate insights into the impact of code changes and dependencies. Comparing versions 0.3.1 and 0.3.2 reveals subtle but important differences. Both versions share the same core dependencies including 'boxen', 'chalk', 'deep-assign', and 'filesize', which handle the visual presentation and file size calculations. Similarly, their development dependencies for testing and transpilation remain identical, featuring tools like 'ava', 'babel-preset-es2015', 'babel-preset-es2015-rollup', 'babel-register', and 'rollup-plugin-babel'.
The key distinction lies in the release date. Version 0.3.2 was released on April 26, 2016, a few days after version 0.3.1 on April 23, 2016. While the code might be nearly identical, this newer version potentially includes minor bug fixes, performance tweaks, or dependency updates that weren't significant enough to warrant bumping the minor version. For developers, sticking with the latest patch version (0.3.2 in this case) is generally recommended to benefit from any incremental improvements and ensure compatibility within their Rollup build process. The consistent use of MIT license in both versions allows developers to use, modify, and distribute the plugins freely so these small improvements can be integrated without legal concerns. Using this plugin can ensure your bundles are lightweight and optimised, improving the loading speeds.
The are not vulnerabilities for the version 0.3.2 of the package rollup-plugin-filesize