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.22 to 2.0.23-alpha.0

9

index.js

@@ -34,3 +34,10 @@ "use strict";

}, options.options, vueOptions);
return [vueLanguagePlugin];
return {
plugins: [vueLanguagePlugin],
setup(language) {
language.vue = {
compilerOptions: vueOptions,
};
},
};
}

@@ -37,0 +44,0 @@ else {

8

package.json
{
"name": "vue-tsc",
"version": "2.0.22",
"version": "2.0.23-alpha.0",
"license": "MIT",

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

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

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

},
"gitHead": "884c8a553d4fd240167fcb97c6a738564f9d697a"
"gitHead": "c1b2f64df85617643c1b4b408d99447df3fa2d5f"
}
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