Socket
Socket
Sign inDemoInstall

@uiw/react-color-editable-input

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-color-editable-input - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

3

esm/index.js

@@ -6,4 +6,3 @@ import _extends from "@babel/runtime/helpers/extends";

import { useRef, useEffect, useState } from 'react';
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
var validHex = hex => /^#?([A-Fa-f0-9]{3,4}){1,2}$/.test(hex);

@@ -10,0 +9,0 @@ var getNumberValue = value => Number(String(value).replace(/%/g, ''));

{
"name": "@uiw/react-color-editable-input",
"version": "2.1.1",
"version": "2.2.0",
"description": "Color Editable Input",

@@ -5,0 +5,0 @@ "author": "Kenny Wong <wowohoo@qq.com>",

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