Socket
Socket
Sign inDemoInstall

react-collapsible

Package Overview
Dependencies
20
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

2

dist/Collapsible.js

@@ -113,4 +113,2 @@ 'use strict';

if (prevProps.open != this.props.open) {
console.log('Open state changed!', this.props.accordionPosition);
if (this.props.open === true) {

@@ -117,0 +115,0 @@ this.openCollasible();

2

package.json
{
"name": "react-collapsible",
"version": "1.2.0",
"version": "1.2.1",
"description": "React component to wrap content in Collapsible element with trigger to open and close.",

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

@@ -9,2 +9,6 @@ # React Responsive Collapsible Section Component (Collapsible)

Supported by [Browserstack](https://www.browserstack.com).
![Browserstack Logo](example/img/browserstack-logo.svg "Browserstack")
## New in version 1.2.0

@@ -11,0 +15,0 @@ * `overflowWhenOpen` props added to allow setting of the CSS overflow property when Collapsible is open.

@@ -116,4 +116,2 @@ import React from 'react';

if(prevProps.open != this.props.open) {
console.log('Open state changed!', this.props.accordionPosition);
if(this.props.open === true) {

@@ -120,0 +118,0 @@ this.openCollasible();

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc