New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1 to 2.0.2

3

CHANGELOG.md

@@ -0,1 +1,4 @@

# v2.0.2
- React.PropTypes 改为 PropTypes
# v2.0.1

@@ -2,0 +5,0 @@ - 支持 Toggle 组件

2

lib/FormGroup.js

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

var childContextTypes = {
formGroup: _react2.default.PropTypes.object.isRequired
formGroup: _propTypes2.default.object.isRequired
};

@@ -57,0 +57,0 @@

@@ -34,10 +34,10 @@ 'use strict';

var propTypes = {
id: _react2.default.PropTypes.string,
name: _react2.default.PropTypes.string,
inline: _react2.default.PropTypes.bool,
title: _react2.default.PropTypes.string,
disabled: _react2.default.PropTypes.bool,
checked: _react2.default.PropTypes.bool,
id: _propTypes2.default.string,
name: _propTypes2.default.string,
inline: _propTypes2.default.bool,
title: _propTypes2.default.string,
disabled: _propTypes2.default.bool,
checked: _propTypes2.default.bool,
defaultChecked: _propTypes2.default.bool,
onChange: _react2.default.PropTypes.func,
onChange: _propTypes2.default.func,
inputRef: _propTypes2.default.func,

@@ -44,0 +44,0 @@ value: _propTypes2.default.any // eslint-disable-line react/forbid-prop-types

{
"name": "rsuite",
"version": "2.0.1",
"version": "2.0.2",
"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