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

rc-checkbox

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-checkbox - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

2

lib/Checkbox.js

@@ -87,2 +87,3 @@ 'use strict';

_react2["default"].createElement('input', {
name: props.name,
type: props.type,

@@ -143,2 +144,3 @@ readOnly: props.readOnly,

Checkbox.propTypes = {
name: _react2["default"].PropTypes.string,
prefixCls: _react2["default"].PropTypes.string,

@@ -145,0 +147,0 @@ style: _react2["default"].PropTypes.object,

2

package.json
{
"name": "rc-checkbox",
"version": "1.3.6",
"version": "1.3.7",
"description": "checkbox ui component for react",

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

@@ -66,4 +66,4 @@ # rc-checkbox

<td>name</td>
<td>String</td>
<td></td>
<td></td>
<td>same with native input checkbox</td>

@@ -70,0 +70,0 @@ </tr>

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