Socket
Socket
Sign inDemoInstall

@vue/language-core

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/language-core - npm Package Compare versions

Comparing version 1.8.1 to 1.8.2

4

out/generators/script.js

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

[K in keyof T]: T[K] extends any[] ? { (...args: T[K]): void } : never
}`);
}\n`);
;

@@ -652,3 +652,3 @@ }

const templateEnd = (0, source_map_1.getLength)(codes);
codes.push(`: `);
codes.push(`: {} as typeof `);
const scriptStart = (0, source_map_1.getLength)(codes);

@@ -655,0 +655,0 @@ codes.push(varName);

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

block.startTagEnd,
block.name === 'template'
? { completion: true } // fix vue-autoinsert-parentheses not working
: {},
{},
]);

@@ -366,0 +364,0 @@ }

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

>
>;
> | undefined;
declare function __VLS_pickFunctionalComponentCtx<T, K>(comp: T, compInstance: K): __VLS_PickNotAny<

@@ -107,0 +107,0 @@ K extends { __ctx?: infer Ctx } ? Ctx : any,

{
"name": "@vue/language-core",
"version": "1.8.1",
"version": "1.8.2",
"main": "out/index.js",

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

"dependencies": {
"@volar/language-core": "1.7.8",
"@volar/source-map": "1.7.8",
"@volar/language-core": "1.7.9",
"@volar/source-map": "1.7.9",
"@vue/compiler-dom": "^3.3.0",

@@ -38,3 +38,3 @@ "@vue/reactivity": "^3.3.0",

},
"gitHead": "3e31c6eb412a9e8145188190472f59c8b43aa9e6"
"gitHead": "de0fb3f1be30b495d17e2999aee24fb9ea3e7e0e"
}

Sorry, the diff of this file is too big to display

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