Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-eyedrop

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-eyedrop - npm Package Compare versions

Comparing version 5.3.0 to 5.3.1

3

dist/targetToCanvas/index.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc