@rollup/plugin-typescript provides seamless integration between Rollup and TypeScript, enabling developers to easily bundle TypeScript code using Rollup. Version 3.1.1 was released on March 6th, 2020, shortly after version 3.1.0 released March 5th, 2020 indicating a quick patch release. Examining the differences between versions 3.1.0 and 3.1.1 reveals key differences. The devDependencies section shows that v3.1.0 has a dependency on "@rollup/plugin-typescript":"^3.0.0" and v3.1.1 has a dependency on "@rollup/plugin-typescript":"^2.0.1" which suggests a potential regression fix, or an adjustment in how the plugin interacts with earlier versions of itself during development or testing. While both versions list identical core dependencies like resolve and @rollup/pluginutils, along with peer dependencies for tslib, rollup, and typescript, the decreased unpackedSize (from 62598 to 54120) and fileCount (from 7 to 6) in version 3.1.1 suggests optimizations or removal of unnecessary files. This is important for keeping your final bundle sizes lean. Developers should consider upgrading to v3.1.1 to benefit from bug fixes it introduced and potential performance improvements, especially if they're experiencing issues related to internal plugin dependencies or bundle size. The MIT license and repository URL remain consistent, assuring stability and access to the source code.
The are not vulnerabilities for the version 3.1.1 of the package @rollup/plugin-typescript