You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

vue-tsc

Package Overview
Dependencies
Maintainers
2
Versions
335
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-tsc - npm Package Compare versions

Comparing version

to
3.0.2

6

index.js

@@ -14,3 +14,7 @@ "use strict";

? vue.createParsedCommandLine(ts, ts.sys, configFilePath.replace(windowsPathReg, '/')).vueOptions
: vue.getDefaultCompilerOptions();
: vue.createParsedCommandLineByJson(ts, ts.sys, (options.host ?? ts.sys).getCurrentDirectory(), {})
.vueOptions;
if (vueOptions.globalTypesPath) {
ts.sys.writeFile(vueOptions.globalTypesPath, vue.generateGlobalTypes(vueOptions));
}
const allExtensions = vue.getAllExtensions(vueOptions);

@@ -17,0 +21,0 @@ if (runExtensions.length === allExtensions.length

8

package.json
{
"name": "vue-tsc",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",

@@ -23,4 +23,4 @@ "files": [

"dependencies": {
"@volar/typescript": "2.4.17",
"@vue/language-core": "3.0.1"
"@volar/typescript": "2.4.19",
"@vue/language-core": "3.0.2"
},

@@ -30,3 +30,3 @@ "devDependencies": {

},
"gitHead": "43884409838dfdce44de51f6622926ac6ddd7318"
"gitHead": "7343119e9ca4f6a54f63b57f448f15df4b592a9a"
}