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

3

index.js

@@ -116,5 +116,6 @@ var Vue // late bind

record.Ctor.extendOptions = options
var newCtor = Vue.extend(options)
var newCtor = record.Ctor.super.extend(options)
record.Ctor.options = newCtor.options
record.Ctor.cid = newCtor.cid
record.Ctor.prototype = newCtor.prototype
if (newCtor.release) {

@@ -121,0 +122,0 @@ // temporary global mixin strategy used in < 2.0.0-alpha.6

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

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