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

collapsible-react-component

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collapsible-react-component - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

dist/index.js

@@ -5,3 +5,3 @@ var React = require('react');

var useIsomorphicLayoutEffect = typeof window !== 'undefined' ? React.useLayoutEffect : React.useEffect;
var useIsomorphicLayoutEffect = typeof document !== 'undefined' ? React.useLayoutEffect : React.useEffect;

@@ -8,0 +8,0 @@ var Collapsible = function Collapsible(_ref) {

@@ -5,3 +5,3 @@ import { useLayoutEffect, useEffect, useState, useCallback, useMemo, createElement } from 'react';

var useIsomorphicLayoutEffect = typeof window !== 'undefined' ? useLayoutEffect : useEffect;
var useIsomorphicLayoutEffect = typeof document !== 'undefined' ? useLayoutEffect : useEffect;

@@ -8,0 +8,0 @@ var Collapsible = function Collapsible(_ref) {

{
"name": "collapsible-react-component",
"version": "2.0.1",
"version": "2.0.2",
"description": "Collapses and expands content with an animation.",

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

Sorry, the diff of this file is not supported yet

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