Socket
Socket
Sign inDemoInstall

@uiw/react-color-circle

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uiw/react-color-circle - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

12

package.json
{
"name": "@uiw/react-color-circle",
"version": "1.0.6",
"version": "1.0.7",
"description": "Color swatch component for React.",

@@ -33,9 +33,9 @@ "homepage": "https://uiwjs.github.io/react-color/#circle",

"dependencies": {
"@babel/runtime": "7.15.4",
"@uiw/color-convert": "1.0.6",
"@uiw/react-color-swatch": "1.0.6"
"@babel/runtime": "7.16.5",
"@uiw/color-convert": "1.0.7",
"@uiw/react-color-swatch": "1.0.7"
},
"devDependencies": {
"@types/react": "17.0.27",
"@types/react-dom": "17.0.9",
"@types/react": "17.0.38",
"@types/react-dom": "17.0.11",
"@types/react-test-renderer": "17.0.1",

@@ -42,0 +42,0 @@ "react": "17.0.2",

@@ -38,6 +38,6 @@ React Color Swatch

```ts
import React from 'react';
import { HsvaColor, ColorResult } from '@uiw/color-convert';
import { SwatchProps } from '@uiw/react-color-swatch';
import { ColorResult, HsvaColor } from '@uiw/color-convert';
interface CircleProps extends Omit<SwatchProps, 'color' | 'onChange'> {
export interface CircleProps extends Omit<SwatchProps, 'color' | 'onChange'> {
color?: string | HsvaColor;

@@ -44,0 +44,0 @@ onChange?: (color: ColorResult) => void;

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