Socket
Socket
Sign inDemoInstall

@astrojs/vue

Package Overview
Dependencies
Maintainers
3
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/vue - npm Package Compare versions

Comparing version 4.0.6 to 4.0.7

4

dist/index.js

@@ -48,5 +48,5 @@ import path from "node:path";

export const setup = (app) => {
export const setup = async (app) => {
if ('default' in mod) {
mod.default(app);
await mod.default(app);
} else {

@@ -53,0 +53,0 @@ ${!isBuild ? `console.warn("[@astrojs/vue] appEntrypoint \`" + ${JSON.stringify(

{
"name": "@astrojs/vue",
"version": "4.0.6",
"version": "4.0.7",
"description": "Use Vue components within Astro",

@@ -50,3 +50,3 @@ "type": "module",

"vue": "^3.3.8",
"astro": "4.0.8",
"astro": "4.0.9",
"astro-scripts": "0.0.14"

@@ -53,0 +53,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