react-eyedrop
Advanced tools
Comparing version 5.3.0 to 5.3.1
@@ -16,3 +16,4 @@ "use strict"; | ||
} | ||
if (window.getComputedStyle(target).backgroundImage) { | ||
const targetBackgroundImage = window.getComputedStyle(target).backgroundImage; | ||
if (targetBackgroundImage && targetBackgroundImage !== 'none') { | ||
return (0, elementToCanvas_1.elementToCanvas)(target); | ||
@@ -19,0 +20,0 @@ } |
{ | ||
"name": "react-eyedrop", | ||
"version": "5.3.0", | ||
"version": "5.3.1", | ||
"description": "A reusable ColorPick EyeDropper written in React & TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35139
562
0