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.10 to 4.0.11

9

dist/index.js

@@ -15,10 +15,3 @@ import path from "node:path";

clientEntrypoint: "@astrojs/vue/client.js",
serverEntrypoint: "@astrojs/vue/server.js",
jsxImportSource: "vue",
jsxTransformOptions: async () => {
const jsxPlugin = (await import("@vue/babel-plugin-jsx")).default;
return {
plugins: [jsxPlugin]
};
}
serverEntrypoint: "@astrojs/vue/server.js"
};

@@ -25,0 +18,0 @@ }

5

package.json
{
"name": "@astrojs/vue",
"version": "4.0.10",
"version": "4.0.11",
"description": "Use Vue components within Astro",

@@ -39,3 +39,2 @@ "type": "module",

"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/compiler-sfc": "^3.3.8"

@@ -49,3 +48,3 @@ },

"vue": "^3.3.8",
"astro": "4.5.13",
"astro": "4.5.17",
"astro-scripts": "0.0.14"

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