Socket
Socket
Sign inDemoInstall

@vitejs/plugin-vue

Package Overview
Dependencies
Maintainers
1
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.0.6 to 1.1.0

10

CHANGELOG.md

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

# [1.1.0](https://github.com/vitejs/vite/compare/plugin-vue@1.0.6...plugin-vue@1.1.0) (2021-01-19)
### Features
* ssr manifest for preload inference ([107e79e](https://github.com/vitejs/vite/commit/107e79e7b7d422f0d1dbe8b7b435636df7c6281c))
* **plugin-vue:** support for vite core new ssr impl ([a93ab23](https://github.com/vitejs/vite/commit/a93ab23491ee9fee78345ddc20567e1b0ceec2a7))
## [1.0.6](https://github.com/vitejs/vite/compare/plugin-vue@1.0.5...plugin-vue@1.0.6) (2021-01-15)

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

5

dist/index.d.ts

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

exclude?: string | RegExp | (string | RegExp)[];
ssr?: boolean;
isProduction?: boolean;

@@ -16,2 +15,6 @@ script?: Partial<SFCScriptCompileOptions>;

style?: Partial<SFCStyleCompileOptions>;
/**
* @deprecated the plugin now auto-detects whether it's being invoked for ssr.
*/
ssr?: boolean;
}

@@ -18,0 +21,0 @@

2

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

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

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