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

@vue/typescript-plugin

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/typescript-plugin - npm Package Compare versions

Comparing version 2.1.0 to 2.1.2

2

index.js

@@ -49,3 +49,3 @@ "use strict";

.slice(0, -'package.json'.length);
const globalTypesPath = `${libDir}__globalTypes_${options.target}_${options.strictTemplates}.d.ts`;
const globalTypesPath = `${libDir}dist/__globalTypes_${options.target}_${options.strictTemplates}.d.ts`;
const globalTypesContents = vue.generateGlobalTypes(options.lib, options.target, options.strictTemplates);

@@ -52,0 +52,0 @@ proj.writeFile(globalTypesPath, globalTypesContents);

{
"name": "@vue/typescript-plugin",
"version": "2.1.0",
"version": "2.1.2",
"license": "MIT",

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

"@volar/typescript": "~2.4.1",
"@vue/language-core": "2.1.0",
"@vue/language-core": "2.1.2",
"@vue/shared": "^3.4.0"

@@ -23,3 +23,3 @@ },

},
"gitHead": "510063740b90b64caedaee1f0bde70974613a92c"
"gitHead": "4e4b839ea20ae11a2aef7ee9206465cb60a4be53"
}
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