Socket
Socket
Sign inDemoInstall

@astrojs/vue

Package Overview
Dependencies
Maintainers
4
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 1.2.2 to 2.0.0-beta.0

6

CHANGELOG.md
# @astrojs/vue
## 2.0.0-beta.0
### Major Changes
- [#5685](https://github.com/withastro/astro/pull/5685) [`f6cf92b48`](https://github.com/withastro/astro/commit/f6cf92b48317a19a3840ad781b77d6d3cae143bb) Thanks [@bluwy](https://github.com/bluwy)! - Upgrade to Vite 4. Please see its [migration guide](https://vitejs.dev/guide/migration.html) for more information.
## 1.2.2

@@ -4,0 +10,0 @@

10

package.json
{
"name": "@astrojs/vue",
"version": "1.2.2",
"version": "2.0.0-beta.0",
"description": "Use Vue components within Astro",

@@ -31,4 +31,4 @@ "type": "module",

"dependencies": {
"@vitejs/plugin-vue": "^3.0.0",
"@vitejs/plugin-vue-jsx": "^2.0.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/babel-plugin-jsx": "^1.1.1",

@@ -39,3 +39,3 @@ "@vue/compiler-sfc": "^3.2.39"

"@types/chai": "^4.3.3",
"astro": "1.6.15",
"astro": "2.0.0-beta.0",
"astro-scripts": "0.0.9",

@@ -45,3 +45,3 @@ "chai": "^4.3.6",

"mocha": "^9.2.2",
"vite": "^3.0.0",
"vite": "^4.0.3",
"vue": "^3.2.37"

@@ -48,0 +48,0 @@ },

@@ -77,3 +77,3 @@ # @astrojs/vue 💚

This integration is powered by `@vitejs/plugin-vue`. To customize the Vue compiler, options can be provided to the integration. See the `@vitejs/plugin-vue` [docs](https://github.com/vitejs/vite/tree/main/packages/plugin-vue) for more details.
This integration is powered by `@vitejs/plugin-vue`. To customize the Vue compiler, options can be provided to the integration. See the `@vitejs/plugin-vue` [docs](https://www.npmjs.com/package/@vitejs/plugin-vue) for more details.

@@ -146,3 +146,3 @@ __`astro.config.mjs`__

This will enable rendering for both Vue and Vue JSX components. To customize the Vue JSX compiler, pass an options object instead of a boolean. See the `@vitejs/plugin-vue-jsx` [docs](https://github.com/vitejs/vite/tree/main/packages/plugin-vue-jsx) for more details.
This will enable rendering for both Vue and Vue JSX components. To customize the Vue JSX compiler, pass an options object instead of a boolean. See the `@vitejs/plugin-vue-jsx` [docs](https://www.npmjs.com/package/@vitejs/plugin-vue-jsx) for more details.

@@ -149,0 +149,0 @@ __`astro.config.mjs`__

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