🚀 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.0.6

6

index.js

@@ -103,8 +103,2 @@ var Vue // late bind

instance.$forceUpdate()
// force update on direct children for potential slot content update
instance.$children.forEach(function (child) {
if (Object.keys(child.$slots).length > 0) {
child.$forceUpdate()
}
})
})

@@ -111,0 +105,0 @@ })

2

package.json
{
"name": "vue-hot-reload-api",
"version": "2.0.5",
"version": "2.0.6",
"description": "hot reload api for *.vue components",

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