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

9

dist/index.js
var Vue // late bind
var version
var map = (window.__VUE_HOT_MAP__ = Object.create(null))
var map = Object.create(null)
if (typeof window !== 'undefined') {
window.__VUE_HOT_MAP__ = map
}
var installed = false

@@ -41,3 +44,3 @@ var isBrowserify = false

if(map[id]) { return }
var Ctor = null

@@ -156,3 +159,3 @@ if (typeof options === 'function') {

// reset static trees
// pre 2.5, all static trees are cahced together on the instance
// pre 2.5, all static trees are cached together on the instance
if (instance._staticTrees) {

@@ -159,0 +162,0 @@ instance._staticTrees = []

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

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