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
48
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.0.4 to 1.0.5

3

lib/Checkbox.js

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

style: {},
type: 'checkbox',
className: '',

@@ -53,3 +54,3 @@ defaultChecked: false,

React.createElement('span', { className: prefixCls + '-inner' }),
React.createElement('input', { type: 'checkbox',
React.createElement('input', { type: props.type,
id: props.id,

@@ -56,0 +57,0 @@ className: prefixCls + '-input',

{
"name": "rc-checkbox",
"version": "1.0.4",
"version": "1.0.5",
"description": "checkbox ui component for react",

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

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