Vue-tsc has a newer version, 3.0.2, released on July 17, 2025, following version 3.0.1 released on July 2, 2025. Both versions are MIT licensed and part of the vuejs/language-tools repository on GitHub, specifically within the packages/tsc directory. This tool serves as a crucial bridge between Vue.js Single File Components (SFCs) and the TypeScript compiler (tsc), enabling type checking and seamless integration.
The key difference lies in their dependencies. Version 3.0.2 upgrades @volar/typescript from version 2.4.17 to 2.4.19 and @vue/language-core from 3.0.1 to 3.0.2. Developers should note these dependency updates, as they often include bug fixes, performance improvements, and new features which enhance Vue development with TypeScript.
Comparing the dist details, version 3.0.2 has an unpacked size of 3741, slightly larger than version 3.0.1's 3500, also the release date differs between the two. A typescript version of >=5.0.0 is required for both versions.
For developers using vue-tsc, staying updated provides access to the latest advancements in Vue and TypeScript compatibility. These updates ensure that the tooling can leverage the newest features and syntax while maintaining type safety throughout the development process. The upgrades included in version 3.0.2 enhance developers productivity, code reliability and an improved development experience.
The are not vulnerabilities for the version 3.0.2 of the package vue-tsc