@loki/browser
Advanced tools
Comparing version 0.19.0 to 0.19.1
{ | ||
"name": "@loki/browser", | ||
"version": "0.19.0", | ||
"version": "0.19.1", | ||
"description": "Loki browser integration", | ||
@@ -28,3 +28,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "978b4f7b498566bd581169090daba51a01590415" | ||
"gitHead": "a7b1c1a49a4779333838af342ea35607c30ff6a5" | ||
} |
@@ -16,4 +16,4 @@ const getSelectorBoxSize = (window, selector) => { | ||
style.opacity === '0' || | ||
style.width === '0px' || | ||
style.height === '0px' | ||
((style.width === '0px' || style.height === '0px') && | ||
style.padding === '0px') | ||
); | ||
@@ -20,0 +20,0 @@ }; |
@@ -18,2 +18,3 @@ const getSelectorBoxSize = require('./get-selector-box-size'); | ||
height: `${height}px`, | ||
padding: '0px', | ||
}); | ||
@@ -20,0 +21,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13109
332