🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

vue-lazy-load

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-lazy-load - npm Package Compare versions

Comparing version

to
0.0.4

6

package.json
{
"name": "vue-lazy-load",
"version": "0.0.3",
"description": "0.0.3",
"version": "0.0.4",
"description": "0.0.4",
"main": "lib/vue-lazy-load.min.js",

@@ -30,2 +30,2 @@ "keywords": [

}
}
}

@@ -108,3 +108,2 @@ /**

self.el.setAttribute('status', 'loading')
console.log(self.loading)
self.el.setAttribute('src', self.loading)

@@ -125,2 +124,2 @@ self.vm.$nextTick(() => {

})
}
}