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

react-css-collapse

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-css-collapse - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6

4

CHANGELOG.md
# Changelog
# 4.0.6
> February 26, 2020
* :bug: **Bugfix** Set overflow: visible; on initial render when isOpen is true.
# 4.0.5

@@ -4,0 +8,0 @@ > February 26, 2020

@@ -62,2 +62,3 @@ "use strict";

setHeight('auto');
setOverflow('visible');
} else {

@@ -64,0 +65,0 @@ setHeight(getHeight(content));

2

package.json
{
"name": "react-css-collapse",
"version": "4.0.5",
"version": "4.0.6",
"description": "Component-wrapper for collapse animation with css for elements with variable and dynamic height",

@@ -5,0 +5,0 @@ "author": {

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