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.1 to 1.2.2

6

CHANGELOG.md
# @astrojs/vue
## 1.2.2
### Patch Changes
- [#5571](https://github.com/withastro/astro/pull/5571) [`50ecb3005`](https://github.com/withastro/astro/commit/50ecb3005dae3d288e60c7a59c114d504193553b) Thanks [@matthewp](https://github.com/matthewp)! - Add primevue as an external Vue package
## 1.2.1

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

2

dist/index.js

@@ -53,3 +53,3 @@ import vue from "@vitejs/plugin-vue";

external: ["@vue/server-renderer"],
noExternal: ["vuetify", "vueperslides"]
noExternal: ["vuetify", "vueperslides", "primevue"]
}

@@ -56,0 +56,0 @@ };

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

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

"@types/chai": "^4.3.3",
"astro": "1.5.2",
"astro-scripts": "0.0.8",
"astro": "1.6.15",
"astro-scripts": "0.0.9",
"chai": "^4.3.6",

@@ -42,0 +42,0 @@ "linkedom": "^0.14.17",

@@ -65,3 +65,3 @@ import type { Options as VueOptions } from '@vitejs/plugin-vue';

external: ['@vue/server-renderer'],
noExternal: ['vuetify', 'vueperslides'],
noExternal: ['vuetify', 'vueperslides', 'primevue'],
},

@@ -68,0 +68,0 @@ };

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