Rollup-plugin-typescript version 0.3.0 introduces notable changes and improvements compared to its predecessor, version 0.2.1. A key enhancement is the explicit addition of "object-assign" as a dependency, ensuring broader compatibility across environments, especially those lacking native Object.assign support. The core TypeScript dependency is updated to version 1.7.5, providing developers with access to bug fixes and language features introduced in that release. Furthermore, version 0.3.0 lists itself ("rollup-plugin-typescript": "^0.2.0") as a dev dependency, this probably is an unintended side effect of development process.
For developers considering integrating this plugin, the update to TypeScript 1.7.5 is particularly relevant, enabling them to leverage the compiler's latest capabilities within their Rollup-based workflows. While the core functionality of seamless TypeScript integration remains consistent, the inclusion of "object-assign" ensures a more robust and predictable experience. The move form tsc version 1.7.0-dev.20151016 to 1.7.5. is in theory negligible, but the end result is that is based on a stable version from the TypeScript Team. Ultimately, version 0.3.0 signifies a refinement of the plugin, enhancing its stability and compatibility for users leveraging TypeScript in their Rollup projects. The update of rollup from 0.20.5 to 0.25.0 also ensures compatibility with recent version of the bundler.
The are not vulnerabilities for the version 0.3.0 of the package rollup-plugin-typescript