Socket
Socket
Sign inDemoInstall

rc-checkbox

Package Overview
Dependencies
10
Maintainers
6
Versions
48
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.7 to 2.1.8

36

index.d.ts
import * as React from "react";
export interface Props {
prefixCls: string,
className: string,
style: object,
name: string,
id: string,
type: string,
defaultChecked: number | boolean,
checked: number | boolean,
disabled: boolean,
onFocus: (e: Event) => void,
onBlur: (e: Event) => void,
onChange: (e: Event) => void,
onClick: (e: Event) => void,
tabIndex: string | number,
readOnly: boolean,
autoFocus: boolean,
value: any,
prefixCls?: string,
className?: string,
style?: React.CSSProperties,
name?: string,
id?: string,
type?: string,
defaultChecked?: number | boolean,
checked?: number | boolean,
disabled?: boolean,
onFocus?: (e: React.FocusEvent<HTMLInputElement>) => void,
onBlur?: (e: React.FocusEvent<HTMLInputElement>) => void,
onChange?: (e: Event) => void,
onClick?: (e: React.MouseEvent<HTMLInputElement>) => void,
tabIndex?: string | number,
readOnly?: boolean,
autoFocus?: boolean,
value?: any,
}
export default class CheckBox extends React.Component<Props> {}
export default class CheckBox extends React.Component<Props> {}
{
"name": "rc-checkbox",
"version": "2.1.7",
"version": "2.1.8",
"description": "checkbox ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc