You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@ludofischer/react-springy-collapse

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ludofischer/react-springy-collapse - npm Package Compare versions

Comparing version

to
1.0.0-beta.2

4

dist/index.cjs.js

@@ -141,3 +141,3 @@ 'use strict';

};
var Collapse = React.memo(Collapser);
var Collapse = Collapser;

@@ -169,5 +169,5 @@ function Unmounter(props) {

var UnmountClosed = React.memo(Unmounter);
var UnmountClosed = Unmounter;
exports.Collapse = Collapse;
exports.UnmountClosed = UnmountClosed;

@@ -135,3 +135,3 @@ import React from 'react';

};
var Collapse = React.memo(Collapser);
var Collapse = Collapser;

@@ -163,4 +163,4 @@ function Unmounter(props) {

var UnmountClosed = React.memo(Unmounter);
var UnmountClosed = Unmounter;
export { Collapse, UnmountClosed };
{
"name": "@ludofischer/react-springy-collapse",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Component-wrapper for collapse animation with react-spring for elements with variable (and dynamic) height",

@@ -5,0 +5,0 @@ "module": "dist/index.js",