@rollup/plugin-typescript offers seamless integration between Rollup and TypeScript, simplifying the process of incorporating TypeScript code into your Rollup builds. Comparing versions 8.1.1 and 8.1.0 reveals subtle yet impactful changes for developers. Both versions maintain identical dependencies and peer dependencies, ensuring compatibility with existing Rollup setups, TypeScript versions (>=3.4.0), and required tooling like tslib. The core functionality for seamless TypeScript integration remains consistent.
However, a key difference lies in the increased unpacked size of version 8.1.1 (88196 bytes) compared to 8.1.0 (87620 bytes). This suggests internal code refinements, potential bug fixes, or minor feature enhancements that improve the plugin's overall performance or stability. While the specific changes contributing to this size increase aren't explicitly detailed, it signifies an evolution of the plugin. The release date also highlights a recency advantage for version 8.1.1, indicating that it benefits from more recent development efforts. Developers prioritizing the latest improvements, bug fixes, and potentially enhanced performance should opt for version 8.1.1. The package is MIT licensed and created by Oskar Segersvärd. Both install from the npm registry and the repository is available on github.
The are not vulnerabilities for the version 8.1.1 of the package @rollup/plugin-typescript