🚀 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
2
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.4

2

dist/index.js

@@ -229,2 +229,4 @@ var Vue // late bind

var newCtor = record.Ctor.super.extend(options)
// prevent record.options._Ctor from being overwritten accidentally
newCtor.options._Ctor = record.options._Ctor
record.Ctor.options = newCtor.options

@@ -231,0 +233,0 @@ record.Ctor.cid = newCtor.cid

4

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

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

"buble": "^0.19.6",
"jest": "^23.6.0",
"jest": "^24.9.0",
"vue": "^2.5.21"
}
}