New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uiw/react-color-block

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.0.6 to 1.0.7

14

package.json
{
"name": "@uiw/react-color-block",
"version": "1.0.6",
"version": "1.0.7",
"description": "Color Block Picker",

@@ -34,10 +34,10 @@ "author": "Kenny Wong <wowohoo@qq.com>",

"dependencies": {
"@babel/runtime": "7.15.4",
"@uiw/color-convert": "1.0.6",
"@uiw/react-color-editable-input": "1.0.6",
"@uiw/react-color-swatch": "1.0.6"
"@babel/runtime": "7.16.5",
"@uiw/color-convert": "1.0.7",
"@uiw/react-color-editable-input": "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",

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

@@ -37,4 +37,4 @@ React Color Block

```ts
import React from 'react';
import { HsvaColor, ColorResult } from '@uiw/color-convert';
interface BlockProps extends Omit<React.HTMLAttributes<HTMLDivElement>, 'onChange' | 'color'> {

@@ -41,0 +41,0 @@ prefixCls?: string;

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