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.7.1 to 1.8.0

14

CHANGELOG.md

@@ -0,1 +1,15 @@

# [1.8.0](https://github.com/vitejs/vite/compare/plugin-vue@1.7.1...plugin-vue@1.8.0) (2021-09-18)
### Bug Fixes
* **deps:** update all non-major dependencies ([#4545](https://github.com/vitejs/vite/issues/4545)) ([a44fd5d](https://github.com/vitejs/vite/commit/a44fd5d38679da0be2536103e83af730cda73a95))
### Performance Improvements
* **plugin-vue:** inline main script for build + avoid sourcemap generation when possible ([93d9a2d](https://github.com/vitejs/vite/commit/93d9a2d175b1a1e3fe54197856a86887b1dadb74))
## [1.7.1](https://github.com/vitejs/vite/compare/plugin-vue@1.7.0...plugin-vue@1.7.1) (2021-09-18)

@@ -2,0 +16,0 @@

1

dist/index.d.ts

@@ -51,2 +51,3 @@ import { Plugin as Plugin_2 } from 'vite';

root: string;
sourceMap: boolean;
devServer?: ViteDevServer;

@@ -53,0 +54,0 @@ }

7

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

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

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

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

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

@@ -41,0 +42,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