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

rc-collapse

Package Overview
Dependencies
Maintainers
3
Versions
83
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.1 to 1.6.2

5

lib/openAnimationFactory.js

@@ -25,3 +25,6 @@ 'use strict';

active: function active() {
node.style.height = (show ? height : 0) + 'px';
// use setTimeout for lost animation in Firefox
setTimeout(function () {
node.style.height = (show ? height : 0) + 'px';
});
},

@@ -28,0 +31,0 @@ end: function end() {

2

package.json
{
"name": "rc-collapse",
"version": "1.6.1",
"version": "1.6.2",
"description": "rc-collapse ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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