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

@uiw/react-color-github

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.3.2 to 1.3.3

6

package.json
{
"name": "@uiw/react-color-github",
"version": "1.3.2",
"version": "1.3.3",
"description": "Color Github Picker",

@@ -39,4 +39,4 @@ "author": "Kenny Wong <wowohoo@qq.com>",

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

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

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

<!--rehype:ignore:start-->
[![react-color-github](https://user-images.githubusercontent.com/1680273/125949553-67c1adef-b37f-43e2-9414-3ffb77c26ba0.png)](https://uiwjs.github.io/react-color/#/github)
<!--rehype:ignore:end-->

@@ -23,3 +25,3 @@ ## Install

function Demo() {
export default function Demo() {
const [hex, setHex] = useState("#fff");

@@ -41,3 +43,2 @@ return (

}
export default Demo;
```

@@ -73,2 +74,4 @@

}
declare const Github: React.ForwardRefExoticComponent<GithubProps & React.RefAttributes<HTMLDivElement>>;
export default Github;
```

@@ -75,0 +78,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