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

@vue-macros/api

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-macros/api - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

./dist/index.js

3

dist/index.js

@@ -315,2 +315,3 @@ "use strict";Object.defineProperty(exports, "__esModule", {value: true});

getRuntimeDefinitions,
// AST
definitionsAst,

@@ -609,3 +610,3 @@ defaultsAst,

async function analyzeSFC(s, sfc) {
if (sfc.script || !sfc.scriptSetup)
if (!sfc.scriptSetup)
throw new Error("Only <script setup> is supported");

@@ -612,0 +613,0 @@ const { scriptSetup } = sfc;

{
"name": "@vue-macros/api",
"version": "0.4.1",
"packageManager": "pnpm@7.26.0",
"version": "0.4.2",
"packageManager": "pnpm@7.27.0",
"license": "MIT",

@@ -6,0 +6,0 @@ "homepage": "https://github.com/sxzz/unplugin-vue-macros#readme",

Sorry, the diff of this file is not supported yet

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