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

@vue/language-core

Package Overview
Dependencies
Maintainers
1
Versions
83
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.21 to 1.8.22

3

out/generators/script.js

@@ -94,2 +94,3 @@ "use strict";

};\n`);
codes.push(`type __VLS_Prettify<T> = { [K in keyof T]: T[K]; } & {};\n`);
}

@@ -746,3 +747,3 @@ if (usedHelperTypes.WithTemplateSlots) {

const option = vueCompilerOptions.experimentalResolveStyleCssClasses;
if ((option === 'always' || option === 'scoped') && style.scoped) {
if (option === 'always' || (option === 'scoped' && style.scoped)) {
for (const className of style.classNames) {

@@ -749,0 +750,0 @@ generateCssClassProperty(i, className.text.substring(1), { start: className.offset, end: className.offset + className.text.length }, 'boolean', true, !style.module);

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

const option = vueCompilerOptions.experimentalResolveStyleCssClasses;
if ((option === 'always' || option === 'scoped') && style.scoped) {
if (option === 'always' || (option === 'scoped' && style.scoped)) {
for (const className of style.classNames) {

@@ -137,0 +137,0 @@ classes.add(className.text.substring(1));

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

@@ -37,3 +37,3 @@ "license": "MIT",

},
"gitHead": "46ae2ff1c155e51291fd584c0c3a32ed3dace7a5"
"gitHead": "1e8d09af0282c42dd816671ffcd5a2321276e3c3"
}
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