New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@vue-macros/volar

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-macros/volar - npm Package Compare versions

Comparing version 0.17.3 to 0.17.4

2

dist/jsx-directive.js

@@ -165,3 +165,3 @@ // src/jsx-directive.ts

if (isTemplateTag) {
name = ts.isJsxNamespacedName(attr.name) ? attr.name.name : void 0;
name = ts.isJsxNamespacedName(attr.name) && attr.name.name.escapedText !== "default" ? attr.name.name : void 0;
}

@@ -168,0 +168,0 @@ if ((ts.isJsxNamespacedName(attr.name) ? attr.name.namespace : attr.name).escapedText === "v-slot")

{
"name": "@vue-macros/volar",
"version": "0.17.3",
"packageManager": "pnpm@8.10.4",
"version": "0.17.4",
"packageManager": "pnpm@8.10.5",
"description": "Volar plugin for Vue Macros.",

@@ -56,3 +56,3 @@ "keywords": [

"@vue/compiler-dom": "^3.3.8",
"typescript": "~5.2.2",
"typescript": "~5.3.2",
"vue-tsc": "1.8.22"

@@ -59,0 +59,0 @@ },

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