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

2

dist/index.js

@@ -65,3 +65,3 @@ var Vue // late bind

var instances = map[id].instances
if (instances.indexOf(ctx.parent) < 0) {
if (ctx && instances.indexOf(ctx.parent) < 0) {
instances.push(ctx.parent)

@@ -68,0 +68,0 @@ }

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

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