Socket
Socket
Sign inDemoInstall

@vitejs/plugin-vue

Package Overview
Dependencies
Maintainers
3
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 1.5.0 to 1.6.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

# [1.6.0](https://github.com/vitejs/vite/compare/plugin-vue@1.5.0...plugin-vue@1.6.0) (2021-08-24)
### Features
* **plugin-vue:** latest ref transform support ([533b002](https://github.com/vitejs/vite/commit/533b0029adc912257251b5021879ab1d676a16ab))
* **plugin-vue:** warn compiler-sfc version mismatch ([e7263b9](https://github.com/vitejs/vite/commit/e7263b98f2e174198b322d26c6a7207d706a6639))
# [1.5.0](https://github.com/vitejs/vite/compare/plugin-vue@1.4.0...plugin-vue@1.5.0) (2021-08-24)

@@ -2,0 +12,0 @@

@@ -24,2 +24,12 @@ import { Plugin as Plugin_2 } from 'vite';

/**
* Enable Vue ref transform (experimental).
* **requires Vue \>= 3.2.5**
* - `true`: transform will be enabled for all vue,js(x),ts(x) files
* - `string | RegExp`: apply to vue + only matched files
* - `false`: disable in all cases
*
* @default false
*/
refTransform?: boolean | string | RegExp | (string | RegExp)[];
/**
* @deprecated the plugin now auto-detects whether it's being invoked for ssr.

@@ -26,0 +36,0 @@ */

6

package.json
{
"name": "@vitejs/plugin-vue",
"version": "1.5.0",
"version": "1.6.0",
"license": "MIT",

@@ -32,3 +32,3 @@ "author": "Evan You",

"peerDependencies": {
"@vue/compiler-sfc": "^3.2.0"
"@vue/compiler-sfc": "^3.2.6"
},

@@ -38,3 +38,3 @@ "devDependencies": {

"@types/hash-sum": "^1.0.0",
"@vue/compiler-sfc": "^3.2.0",
"@vue/compiler-sfc": "^3.2.6",
"debug": "^4.3.2",

@@ -41,0 +41,0 @@ "hash-sum": "^2.0.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