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.0.1 to 1.0.2

6

CHANGELOG.md
# @astrojs/vue
## 1.0.2
### Patch Changes
- [#4706](https://github.com/withastro/astro/pull/4706) [`b0ee81d0a`](https://github.com/withastro/astro/commit/b0ee81d0a70d8301530c321b670ab784c9bc00a2) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix Vue `script setup` with other renderers applied
## 1.0.1

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

4

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

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

"devDependencies": {
"astro": "1.1.6",
"astro": "1.2.2",
"astro-scripts": "0.0.7",

@@ -38,0 +38,0 @@ "vue": "^3.2.37"

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

# Using NPM
npm run astro add vue
npx astro add vue
# Using Yarn

@@ -27,3 +27,3 @@ yarn astro add vue

If you run into any hiccups, [feel free to log an issue on our GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below.
If you run into any issues, [feel free to report them to us on GitHub](https://github.com/withastro/astro/issues) and try the manual installation steps below.

@@ -30,0 +30,0 @@ ### Install dependencies manually

@@ -6,3 +6,3 @@ import { h, createSSRApp } from 'vue';

function check(Component) {
return !!Component['ssrRender'];
return !!Component['ssrRender'] || !!Component['__ssrInlineRender'];
}

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