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.1 to 1.3.2

3

cjs/Point.d.ts

@@ -0,1 +1,2 @@

import React from 'react';
import { SwatchRectRenderProps, SwatchProps } from '@uiw/react-color-swatch';

@@ -5,3 +6,3 @@ interface PointProps extends SwatchRectRenderProps {

}
export default function Point({ style, title, checked, color, onClick, rectProps }: PointProps): JSX.Element;
export default function Point({ style, title, checked, color, onClick, rectProps }: PointProps): React.JSX.Element;
export {};

@@ -0,1 +1,2 @@

import React from 'react';
import { SwatchRectRenderProps, SwatchProps } from '@uiw/react-color-swatch';

@@ -5,3 +6,3 @@ interface PointProps extends SwatchRectRenderProps {

}
export default function Point({ style, title, checked, color, onClick, rectProps }: PointProps): JSX.Element;
export default function Point({ style, title, checked, color, onClick, rectProps }: PointProps): React.JSX.Element;
export {};
{
"name": "@uiw/react-color-github",
"version": "1.3.1",
"version": "1.3.2",
"description": "Color Github Picker",

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

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

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

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