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

12

dist/index.js

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

exports.createRecord = function (id, options) {
if(map[id]) { return }
var Ctor = null

@@ -55,2 +57,12 @@ if (typeof options === 'function') {

/**
* Check if module is recorded
*
* @param {String} id
*/
exports.isRecorded = function (id) {
return typeof map[id] !== 'undefined'
}
/**
* Make a Component options object hot.

@@ -57,0 +69,0 @@ *

2

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

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