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

rsuite

Package Overview
Dependencies
Maintainers
1
Versions
404
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rsuite - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

7

lib/Checkbox.js

@@ -73,9 +73,2 @@ 'use strict';

}, {
key: 'isChecked',
value: function isChecked() {
var checked = this.props.checked;
return (0, _isUndefined2.default)(checked) ? this.state.checked : checked;
}
}, {
key: 'handleChange',

@@ -82,0 +75,0 @@ value: function handleChange(event) {

2

lib/CheckboxGroup.js

@@ -92,3 +92,3 @@ 'use strict';

(0, _values2.default)(this.checkboxs).forEach(function (checkbox) {
if (checkbox.isChecked()) {
if (checkbox.state.checked) {
value.push(checkbox.props.value);

@@ -95,0 +95,0 @@ }

{
"name": "rsuite",
"version": "2.0.4",
"version": "2.0.5",
"description": "A suite of react components",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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