@nlo/lazy-image-loader
Advanced tools
Comparing version 0.0.1-alpha.41 to 0.0.1-alpha.42
@@ -55,3 +55,3 @@ "use strict"; | ||
_this.imageCount--; | ||
if (image instanceof HTMLImageElement) { | ||
if (image instanceof HTMLSourceElement || image instanceof HTMLImageElement) { | ||
_this.setImage(image); | ||
@@ -58,0 +58,0 @@ } |
{ | ||
"name": "@nlo/lazy-image-loader", | ||
"version": "0.0.1-alpha.41+c0f3c31", | ||
"version": "0.0.1-alpha.42+cbee2f7", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "c0f3c31faf11b1020c214ca75f57414fa87bf8e8" | ||
"gitHead": "cbee2f713dc4a5f1b7dbb979f6ef0be54e620136" | ||
} |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
5667