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.2.0 to 0.2.1

.turbo/turbo-build.log

8

CHANGELOG.md
# @astrojs/vue
## 0.2.1
### Patch Changes
- [#3854](https://github.com/withastro/astro/pull/3854) [`b012ee55`](https://github.com/withastro/astro/commit/b012ee55b107dea0730286263b27d83e530fad5d) Thanks [@bholmesdev](https://github.com/bholmesdev)! - [astro add] Support adapters and third party packages
* [#3864](https://github.com/withastro/astro/pull/3864) [`f9ed77bb`](https://github.com/withastro/astro/commit/f9ed77bb0d71d1644d524547a24963210f4ecaff) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Add entrypoints for editor support for Vue and Svelte (destined to be used by our language server)
## 0.2.0

@@ -4,0 +12,0 @@

16

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

@@ -15,2 +15,3 @@ "type": "module",

"keywords": [
"astro-integration",
"astro-component",

@@ -24,2 +25,3 @@ "renderer",

".": "./dist/index.js",
"./editor": "./dist/editor.cjs",
"./*": "./*",

@@ -32,8 +34,8 @@ "./client.js": "./client.js",

"@vitejs/plugin-vue": "^2.3.3",
"vite": "^2.9.9"
"vite": "^2.9.10"
},
"devDependencies": {
"astro": "1.0.0-beta.54",
"astro-scripts": "0.0.4",
"vue": "^3.2.36"
"astro": "1.0.0-beta.65",
"astro-scripts": "0.0.6",
"vue": "^3.2.37"
},

@@ -47,6 +49,6 @@ "peerDependencies": {

"scripts": {
"build": "astro-scripts build \"src/**/*.ts\" && tsc",
"build:ci": "astro-scripts build \"src/**/*.ts\"",
"build": "astro-scripts build \"src/index.ts\" && astro-scripts build \"src/editor.cts\" --force-cjs --no-clean-dist && tsc",
"build:ci": "astro-scripts build \"src/**/*.ts\" && astro-scripts build \"src/editor.cts\" --force-cjs --no-clean-dist",
"dev": "astro-scripts dev \"src/**/*.ts\""
}
}

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

### (experimental) `astro add` command
### `astro add` command

@@ -12,0 +12,0 @@ Astro includes a CLI tool for adding first party integrations: `astro add`. This command will:

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