Socket
Socket
Sign inDemoInstall

vue-tsc

Package Overview
Dependencies
Maintainers
0
Versions
310
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 2.0.23-alpha.0 to 2.0.23-alpha.1

6

index.js

@@ -11,3 +11,5 @@ "use strict";

const extensionsChangedException = new Error('extensions changed');
const main = () => (0, runTsc_1.runTsc)(require.resolve('typescript/lib/tsc'), runExtensions, (ts, options) => {
const main = () => (0, runTsc_1.runTsc)(require.resolve('typescript/lib/tsc'), runExtensions,
// @ts-expect-error
(ts, options) => {
const { configFilePath } = options.options;

@@ -36,3 +38,3 @@ const vueOptions = typeof configFilePath === 'string'

return {
plugins: [vueLanguagePlugin],
languagePlugins: [vueLanguagePlugin],
setup(language) {

@@ -39,0 +41,0 @@ language.vue = {

{
"name": "vue-tsc",
"version": "2.0.23-alpha.0",
"version": "2.0.23-alpha.1",
"license": "MIT",

@@ -20,3 +20,3 @@ "files": [

"@volar/typescript": "~2.4.0-alpha.0",
"@vue/language-core": "2.0.23-alpha.0",
"@vue/language-core": "2.0.23-alpha.1",
"semver": "^7.5.4"

@@ -30,3 +30,3 @@ },

},
"gitHead": "c1b2f64df85617643c1b4b408d99447df3fa2d5f"
"gitHead": "70cb34e9d58afd603d50cb5b870116b189f4662b"
}
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