Socket
Socket
Sign inDemoInstall

@uiw/react-color-hue

Package Overview
Dependencies
Maintainers
2
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.4.1 to 1.4.2

2

cjs/index.d.ts

@@ -7,5 +7,5 @@ import React from 'react';

}) => void;
hue: number;
hue?: number;
}
declare const Hue: React.ForwardRefExoticComponent<HueProps & React.RefAttributes<HTMLDivElement>>;
export default Hue;

@@ -7,5 +7,5 @@ import React from 'react';

}) => void;
hue: number;
hue?: number;
}
declare const Hue: React.ForwardRefExoticComponent<HueProps & React.RefAttributes<HTMLDivElement>>;
export default Hue;
{
"name": "@uiw/react-color-hue",
"version": "1.4.1",
"version": "1.4.2",
"description": "Color hue",

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

"dependencies": {
"@uiw/color-convert": "1.4.1",
"@uiw/react-color-alpha": "1.4.1"
"@uiw/color-convert": "1.4.2",
"@uiw/react-color-alpha": "1.4.2"
},

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

@@ -37,2 +37,13 @@ React Color Hue

```jsx mdx:preview
import React, { useState } from 'react';
import Hue from '@uiw/react-color-hue';
export default function Demo() {
return (
<Hue hue={undefined} />
);
}
```
## Props

@@ -39,0 +50,0 @@

Sorry, the diff of this file is not supported yet

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