@rollup/plugin-typescript offers seamless integration between Rollup and TypeScript, streamlining the process of building JavaScript projects. Comparing versions 11.1.1 and 11.1.0, the core functionalities remain consistent, focusing on compiling TypeScript code within the Rollup ecosystem. Both versions share identical dependencies, including "resolve" and "@rollup/pluginutils," and development dependencies like "buble," "rollup," "typescript," and associated type definitions. Peer dependencies also remain the same, requiring "tslib," "rollup" (versions ^2.14.0 or ^3.0.0), and "typescript" (version >=3.7.0). This means the fundamental requirements for using the plugin haven't changed.
The key difference lies in the "dist" attribute, specifically the "unpackedSize." Version 11.1.1 has an unpacked size of 92023 bytes, slightly larger than version 11.1.0's 91883 bytes. The newer version 11.1.1 was released on May 12, 2023, while 11.1.0 was released on April 4, 2023. While the core functionality is the same, the newer version likely contains bug fixes, performance improvements, or minor adjustments. Upgrading to 11.1.1 is recommended to benefit from the latest refinements, ensuring a stable and efficient build process. Developers using this plugin can expect continuous improvements and community support, making it a reliable tool for modern JavaScript development with Rollup and TypeScript.
The are not vulnerabilities for the version 11.1.1 of the package @rollup/plugin-typescript