Socket
Socket
Sign inDemoInstall

@vitejs/plugin-vue

Package Overview
Dependencies
Maintainers
4
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vitejs/plugin-vue - npm Package Compare versions

Comparing version 2.2.4 to 2.3.0-beta.0

8

package.json
{
"name": "@vitejs/plugin-vue",
"version": "2.2.4",
"version": "2.3.0-beta.0",
"license": "MIT",

@@ -38,5 +38,5 @@ "author": "Evan You",

"devDependencies": {
"@rollup/pluginutils": "^4.1.2",
"@rollup/pluginutils": "^4.2.0",
"@types/hash-sum": "^1.0.0",
"debug": "^4.3.3",
"debug": "^4.3.4",
"hash-sum": "^2.0.0",

@@ -46,4 +46,4 @@ "rollup": "^2.59.0",

"source-map": "^0.6.1",
"vue": "^3.2.30"
"vue": "^3.2.31"
}
}

@@ -54,3 +54,3 @@ # @vitejs/plugin-vue [![npm](https://img.shields.io/npm/v/@vitejs/plugin-vue.svg)](https://npmjs.com/package/@vitejs/plugin-vue)

## Example for passing options to `@vue/compiler-dom`:
## Example for passing options to `vue/compiler-sfc`:

@@ -66,2 +66,12 @@ ```ts

// ...
},
transformAssetUrls: {
// default tags
tags: {
video: ['src', 'poster'],
source: ['src'],
img: ['src'],
image: ['xlink:href', 'href'],
use: ['xlink:href', 'href']
}
}

@@ -68,0 +78,0 @@ }

Sorry, the diff of this file is too big to display

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