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 0.0.0-include-files-20221014142503 to 0.0.0-prerender-20221209214618

14

CHANGELOG.md
# @astrojs/vue
## 0.0.0-include-files-20221014142503
## 0.0.0-prerender-20221209214618
### 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
### Patch Changes
- [#5126](https://github.com/withastro/astro/pull/5126) [`850cc19fd`](https://github.com/withastro/astro/commit/850cc19fda8e092c1a5fcbd7abfe7c7a0e15629c) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Automatically add `vuetify` to `vite.ssr.noExternal`
## 1.2.0
### Minor Changes

@@ -6,0 +18,0 @@

2

dist/index.js

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

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

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

{
"name": "@astrojs/vue",
"version": "0.0.0-include-files-20221014142503",
"version": "0.0.0-prerender-20221209214618",
"description": "Use Vue components within Astro",

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

"@types/chai": "^4.3.3",
"astro": "0.0.0-include-files-20221014142503",
"astro-scripts": "0.0.8",
"astro": "0.0.0-prerender-20221209214618",
"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: ['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