🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

vue-hot-reload-api

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-hot-reload-api - npm Package Compare versions

Comparing version

to
2.2.2

9

dist/index.js

@@ -143,7 +143,10 @@ var Vue // late bind

// reset static trees
// pre 2.5, all static trees are cahced together on the instance
// post 2.5.4: only v-once trees. Pure static trees are cached on the
// staticRenderFns array (replaced above)
if (instance._staticTrees) {
// pre 2.5 staticTrees are cached per-instance
instance._staticTrees = []
} else {
// post 2.5 staticTrees are cached on shared options
}
// 2.5.0~2.5.1
if (record.Ctor.options._staticTree) {
record.Ctor.options._staticTrees = []

@@ -150,0 +153,0 @@ }

{
"name": "vue-hot-reload-api",
"version": "2.2.1",
"version": "2.2.2",
"description": "hot reload api for *.vue components",

@@ -5,0 +5,0 @@ "main": "dist/index.js",