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

cf-component-checkbox

Package Overview
Dependencies
Maintainers
11
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-component-checkbox - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

lib/Checkbox.js

@@ -35,3 +35,4 @@ 'use strict';

{ htmlFor: this.props.name, className: className },
React.createElement('input', { type: 'checkbox',
React.createElement('input', {
type: 'checkbox',
className: 'cf-checkbox__input',

@@ -42,3 +43,4 @@ id: this.props.name,

checked: this.props.checked,
onChange: this.props.onChange }),
onChange: this.props.onChange
}),
this.props.label && React.createElement(

@@ -45,0 +47,0 @@ 'span',

@@ -63,3 +63,4 @@ 'use strict';

return _this3.handleChange(option.value, e.target.checked);
} });
}
});
})

@@ -66,0 +67,0 @@ );

{
"name": "cf-component-checkbox",
"description": "CloudFlare Checkbox Component",
"version": "3.0.0",
"version": "3.0.1",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "author": "James Kyle <jkyle@cloudflare.com>",

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