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

11

CHANGELOG.md

@@ -0,1 +1,12 @@

# [2.1.0](https://github.com/vitejs/vite/compare/plugin-vue@2.0.1...plugin-vue@2.1.0) (2022-01-21)
### Bug Fixes
* **plugin-vue:** compiler is null on rollup ([#6566](https://github.com/vitejs/vite/issues/6566)) ([b289b2d](https://github.com/vitejs/vite/commit/b289b2d433f94949730e1f041f3c8e16c417e9d0))
* **plugin-vue:** make cssm code tree shakeable ([#6353](https://github.com/vitejs/vite/issues/6353)) ([3fb4118](https://github.com/vitejs/vite/commit/3fb4118026e2745140894afb9755298656750f43))
* update the vue version in the error message ([#6252](https://github.com/vitejs/vite/issues/6252)) ([6a47083](https://github.com/vitejs/vite/commit/6a47083df14cb8d2584a86abda8a5e89a731c170))
## [2.0.1](https://github.com/vitejs/vite/compare/plugin-vue@2.0.0...plugin-vue@2.0.1) (2021-12-14)

@@ -2,0 +13,0 @@

12

dist/index.d.ts

@@ -1,7 +0,7 @@

import * as _compiler from 'vue/compiler-sfc';
import { Plugin as Plugin_2 } from 'vite';
import { SFCScriptCompileOptions } from 'vue/compiler-sfc';
import { SFCStyleCompileOptions } from 'vue/compiler-sfc';
import { SFCTemplateCompileOptions } from 'vue/compiler-sfc';
import { ViteDevServer } from 'vite';
import type * as _compiler from 'vue/compiler-sfc';
import type { Plugin as Plugin_2 } from 'vite';
import type { SFCScriptCompileOptions } from 'vue/compiler-sfc';
import type { SFCStyleCompileOptions } from 'vue/compiler-sfc';
import type { SFCTemplateCompileOptions } from 'vue/compiler-sfc';
import type { ViteDevServer } from 'vite';

@@ -8,0 +8,0 @@ export declare interface Options {

{
"name": "@vitejs/plugin-vue",
"version": "2.0.1",
"version": "2.1.0",
"license": "MIT",

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

"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . --lerna-package plugin-vue",
"release": "node ../../scripts/release.cjs"
"release": "ts-node ../../scripts/release.ts"
},

@@ -39,5 +39,5 @@ "engines": {

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

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

"source-map": "^0.6.1",
"vue": "^3.2.25"
"vue": "^3.2.26"
}
}

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