Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vue-tsc

Package Overview
Dependencies
Maintainers
1
Versions
312
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 1.7.0 to 1.7.1

3

out/index.d.ts

@@ -11,3 +11,4 @@ import * as ts from 'typescript';

options: ts.CreateProgramOptions;
languageServiceHost: vue.VueLanguageServiceHost;
languageServiceHost: vue.LanguageServiceHost;
vueCompilerOptions: vue.VueCompilerOptions | undefined;
languageService: ReturnType<typeof vueTs.createLanguageService>;

@@ -14,0 +15,0 @@ }

@@ -29,2 +29,5 @@ "use strict";

},
get vueCompilerOptions() {
return vueCompilerOptions;
},
get languageService() {

@@ -46,3 +49,2 @@ return vueTsLs;

getCompilationSettings: () => ctx.options.options,
getVueCompilationSettings: () => vueCompilerOptions,
getScriptFileNames: () => {

@@ -66,3 +68,3 @@ return ctx.options.rootNames;

});
const vueTsLs = vueTs.createLanguageService(vueLsHost);
const vueTsLs = vueTs.createLanguageService(vueLsHost, vueCompilerOptions);
program = vueTsLs.getProgram();

@@ -111,3 +113,3 @@ program.__vue = ctx;

}
const vueCompilerOptions = program.__vue.languageServiceHost.getVueCompilationSettings();
const vueCompilerOptions = program.__vue.vueCompilerOptions;
if (vueCompilerOptions?.hooks) {

@@ -114,0 +116,0 @@ const index = (shared_1.state.hook?.index ?? -1) + 1;

{
"name": "vue-tsc",
"version": "1.7.0",
"version": "1.7.1",
"main": "out/index.js",

@@ -20,4 +20,4 @@ "license": "MIT",

"dependencies": {
"@vue/language-core": "1.7.0",
"@vue/typescript": "1.7.0",
"@vue/language-core": "1.7.1",
"@vue/typescript": "1.7.1",
"semver": "^7.3.8"

@@ -27,3 +27,4 @@ },

"typescript": "*"
}
},
"gitHead": "8555895e2018cb871cceb19f0ff073fcf322d8e5"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc