Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

vite

Package Overview
Dependencies
Maintainers
1
Versions
590
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite - npm Package Compare versions

Comparing version 0.20.0 to 0.20.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

## [0.20.1](https://github.com/vuejs/vite/compare/v0.20.0...v0.20.1) (2020-06-02)
### Bug Fixes
* ensure correct vue reference in compiled templates ([f26b8a7](https://github.com/vuejs/vite/commit/f26b8a7f607fd5402da8ccfa4c41bf747d55a9b3))
# [0.20.0](https://github.com/vuejs/vite/compare/v0.19.3...v0.20.0) (2020-06-02)

@@ -2,0 +11,0 @@

6

dist/server/serverPluginVue.js

@@ -360,3 +360,7 @@ "use strict";

scopeId: scoped ? `data-v-${hash_sum_1.default(publicPath)}` : null,
runtimeModuleName: '/@modules/vue'
runtimeModuleName: resolveVue_1.resolveVue(root).isLocal
? // in local mode, vue would have been optimized so must be referenced
// with .js postfix
'/@modules/vue.js'
: '/@modules/vue'
},

@@ -363,0 +367,0 @@ preprocessLang: template.lang,

2

package.json
{
"name": "vite",
"version": "0.20.0",
"version": "0.20.1",
"license": "MIT",

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

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