Socket
Socket
Sign inDemoInstall

rc-collapse

Package Overview
Dependencies
Maintainers
3
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-collapse - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

4

HISTORY.md

@@ -8,2 +8,6 @@ # History

## 1.5.0
- use css animation instead of velocity.js
## 1.4.0

@@ -10,0 +14,0 @@

3

lib/Panel.js

@@ -39,5 +39,2 @@ 'use strict';

},
shouldComponentUpdate: function shouldComponentUpdate(nextProps) {
return this.props.isActive || nextProps.isActive;
},
handleItemClick: function handleItemClick() {

@@ -44,0 +41,0 @@ this.props.onItemClick();

@@ -27,2 +27,5 @@ 'use strict';

},
shouldComponentUpdate: function shouldComponentUpdate(nextProps) {
return this.props.isActive || nextProps.isActive;
},
render: function render() {

@@ -29,0 +32,0 @@ var _classnames;

{
"name": "rc-collapse",
"version": "1.6.0",
"version": "1.6.1",
"description": "rc-collapse ui component for react",

@@ -22,3 +22,3 @@ "keywords": [

},
"licenses": "MIT",
"license": "MIT",
"files": [

@@ -25,0 +25,0 @@ "lib",

Sorry, the diff of this file is not supported yet

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