rax-image
Advanced tools
Comparing version 2.2.1 to 2.2.2-0
@@ -57,3 +57,3 @@ "use strict"; | ||
onLoad && onLoad(e); | ||
} else if (e && e.currentTarget && e.currentTarget.naturalWidth > 1 && e.currentTarget.naturalHeight > 1) { | ||
} else if (e && e.currentTarget && e.currentTarget.naturalWidth > 0 && e.currentTarget.naturalHeight > 0) { | ||
// web | ||
@@ -60,0 +60,0 @@ onLoad && onLoad(e); |
{ | ||
"name": "rax-image", | ||
"version": "2.2.1", | ||
"version": "2.2.2-0", | ||
"description": "Image component for Rax.", | ||
@@ -5,0 +5,0 @@ "license": "BSD-3-Clause", |
Sorry, the diff of this file is not supported yet
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
52469
51
1
1