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.1.3 to 0.1.4

LICENSE

6

CHANGELOG.md
# @astrojs/vue
## 0.1.4
### Patch Changes
- [#3333](https://github.com/withastro/astro/pull/3333) [`ce6d7982`](https://github.com/withastro/astro/commit/ce6d79828250e9a3631778a37d43068cae04bb4f) Thanks [@FredKSchott](https://github.com/FredKSchott)! - Fix a vite peer dependency bug
## 0.1.3

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

23

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

@@ -28,14 +28,10 @@ "type": "module",

},
"scripts": {
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
"build:ci": "astro-scripts build \"src/**/*.ts\"",
"dev": "astro-scripts dev \"src/**/*.ts\""
},
"dependencies": {
"@vitejs/plugin-vue": "^2.3.1"
"@vitejs/plugin-vue": "^2.3.3",
"vite": "^2.9.9"
},
"devDependencies": {
"astro": "workspace:*",
"astro-scripts": "workspace:*",
"vue": "^3.2.31"
"astro": "1.0.0-beta.28",
"astro-scripts": "0.0.3",
"vue": "^3.2.33"
},

@@ -47,3 +43,8 @@ "peerDependencies": {

"node": "^14.15.0 || >=16.0.0"
},
"scripts": {
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
"build:ci": "astro-scripts build \"src/**/*.ts\"",
"dev": "astro-scripts dev \"src/**/*.ts\""
}
}
}
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