
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
The vue-tsc npm package is a TypeScript type checker for Vue.js applications. It is used to perform type checking on Vue single-file components (SFCs) and their associated TypeScript code. It works alongside Vite and Vue 3 to provide a development experience with type safety.
Type Checking for Vue SFCs
This command performs type checking on Vue single-file components without emitting any code. It is typically used in a build or CI pipeline to ensure type safety before deployment.
vue-tsc --noEmit
Type Checking with Code Emission
This command performs type checking and also emits the compiled JavaScript code to the specified directory. This can be used as part of a build process that requires the compiled output.
vue-tsc --outDir dist
The TypeScript npm package is the core TypeScript compiler. It provides type checking and code compilation for TypeScript files. While it does not have built-in support for Vue SFCs, it is the underlying technology that vue-tsc leverages for type checking.
VLS (Vetur Language Server) is part of the Vetur extension for Visual Studio Code and provides language support for Vue.js. It includes features like syntax-highlighting, snippet generation, Emmet, linting/error checking, formatting, and auto-completion. It is similar to vue-tsc in that it provides type checking for Vue files, but it is more focused on the in-editor experience rather than being a standalone CLI tool.
Vetur is a Visual Studio Code extension that provides tooling for Vue.js development, including syntax highlighting, IntelliSense, linting, and formatting. It is similar to vue-tsc in that it helps with type checking and error detection in Vue SFCs, but it is specifically designed as an integrated development environment (IDE) extension rather than a command-line tool.
Vue 3 command line Type-Checking tool.
Type check:
vue-tsc --noEmit
Build dts:
vue-tsc --declaration --emitDeclarationOnly
Check out https://github.com/vuejs/language-tools/discussions/640#discussioncomment-1555479 for the example repo.
3.0.0 (2025-06-25)
strictVModel
option (#5229) - Thanks to @KazariEX!v-on
syntax (#5275) - Thanks to @KazariEX!strictCssModules
option (#5164) - Thanks to @KazariEX!ComponentAttrs
type for attribute extractiontypescript.sortImports
, typescript.removeUnusedImports
commands (#5444)zh-CN
, zh-TW
, ru
and ja
(#5330, #5340, #5404) - Thanks to @KazariEX, @PurplePlanen and @zyoshoka!typescript-language-features
module loading race condition (#5260)defineModels
(#5273) - Thanks to @KazariEX!data-
attribute completion from sfc level nodes - Thanks to @KazariEX!undefined
from optional prop type with default in template (#5339) - Thanks to @Dylancyclone!navigation: true
(#5378) - Thanks to @KazariEX!v-for
(#5399) - Thanks to @KazariEX!semantic
code feature on first argument of useCssModule
and useTemplateRef
- Thanks to @KazariEX!updateFile
(#5438) - Thanks to @Akryum!Prettify<T>
breaks generics inferencing (#5424) - Thanks to @so1ve!var
instead of let
to declare attrsVar
that may be hoisted - Thanks to @KazariEX!directory
path in package.json (#5283) - Thanks to @zyoshoka!vue_language_server_path
in nvim setup example (#5391) - Thanks to @menuRivera!typescript.tsdk
initialization option (#5409)defineProp
support (#5415) - Thanks to @KazariEX!complete
to suggest
for clarityFAQs
Unknown package
The npm package vue-tsc receives a total of 1,817,119 weekly downloads. As such, vue-tsc popularity was classified as popular.
We found that vue-tsc demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
/Security News
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.