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

@uiw/react-color-compact

Package Overview
Dependencies
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.3.2 to 1.3.3

10

package.json
{
"name": "@uiw/react-color-compact",
"version": "1.3.2",
"version": "1.3.3",
"description": "Color Compact component for React.",

@@ -38,6 +38,6 @@ "homepage": "https://uiwjs.github.io/react-color/#/compact",

"dependencies": {
"@uiw/color-convert": "1.3.2",
"@uiw/react-color-editable-input": "1.3.2",
"@uiw/react-color-editable-input-rgba": "1.3.2",
"@uiw/react-color-swatch": "1.3.2"
"@uiw/color-convert": "1.3.3",
"@uiw/react-color-editable-input": "1.3.3",
"@uiw/react-color-editable-input-rgba": "1.3.3",
"@uiw/react-color-swatch": "1.3.3"
},

@@ -44,0 +44,0 @@ "devDependencies": {

@@ -8,3 +8,5 @@ React Color Compact

<!--rehype:ignore:start-->
[![react-color-compact](https://user-images.githubusercontent.com/1680273/125949911-bb919f60-2bf3-487b-9aad-5aef82bcd5ed.png)](https://uiwjs.github.io/react-color/#/compact)
<!--rehype:ignore:end-->

@@ -19,6 +21,7 @@ ## Install

```js
```jsx mdx:preview
import React, { useState } from 'react';
import Compact from '@uiw/react-color-compact';
function Demo() {
export default function Demo() {
const [hex, setHex] = useState("#fff");

@@ -47,2 +50,4 @@ return (

}
declare const Compact: React.ForwardRefExoticComponent<CompactProps<React.MouseEvent<HTMLDivElement, MouseEvent>> & React.RefAttributes<HTMLDivElement>>;
export default Compact;
```

@@ -49,0 +54,0 @@

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