@rollup/plugin-typescript offers seamless integration between Rollup and TypeScript, streamlining the process of incorporating TypeScript code into your Rollup-based projects. Comparing versions 9.0.0 and 9.0.1, developers will find subtle yet potentially impactful differences. Both versions share identical dependencies, including resolve and @rollup/pluginutils, as well as development dependencies like buble, rollup, typescript, @types/node, @rollup/plugin-buble, and @rollup/plugin-commonjs. Peer dependencies, crucial for ensuring compatibility with host environments, also remain consistent, requiring tslib, rollup (versions ^2.14.0 or ^3.0.0), and typescript (version >=3.7.0). The core functionality and licensing (MIT) remain unchanged, authored by Oskar Segersvärd. The repository location is also the same.
The primary distinctions lie in the dist object and the releaseDate. Version 9.0.1 features a slightly larger unpacked size (92170 bytes) compared to version 9.0.0 (91338 bytes), suggesting minor internal adjustments or additions. Most importantly, version 9.0.1 was released on October 11, 2022, a day later than version 9.0.0. For developers, this indicates a patch release addressing a potential bug or improvement made shortly after the initial 9.0.0 release. While the changes are likely minor, upgrading to 9.0.1 is generally advisable to benefit from the latest fixes and optimizations. Always check release notes for specific details.
The are not vulnerabilities for the version 9.0.1 of the package @rollup/plugin-typescript