Socket
Socket
Sign inDemoInstall

react-color-eye-dropper

Package Overview
Dependencies
10
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

1

lib/icon.js

@@ -0,1 +1,2 @@

import React from 'react';
export const DropperIcon = ({

@@ -2,0 +3,0 @@ color

2

package.json
{
"name": "react-color-eye-dropper",
"version": "1.0.0",
"version": "1.0.1",
"description": "Determines the color of a chosen pixel",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -0,1 +1,3 @@

import React from 'react';
export const DropperIcon = ({ color }) => {

@@ -2,0 +4,0 @@ const col = color || '#323136'

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc