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

react-slidedown

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-slidedown - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

0

lib/slidedown.d.ts

@@ -0,0 +0,0 @@ import React from 'react';

@@ -0,0 +0,0 @@ "use strict";

export declare function getChildMapping(children: any): any;
export declare function mergeChildMappings(prev: any, next: any): {};

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import React, { Key } from 'react';

@@ -0,0 +0,0 @@ "use strict";

2

package.json
{
"name": "react-slidedown",
"version": "2.0.5",
"version": "2.0.6",
"description": "Component for animating height during mount/unmount using a CSS transition",

@@ -5,0 +5,0 @@ "main": "lib/slidedown.js",

@@ -15,3 +15,3 @@ react-slidedown

react-slidein is perfect for dropdown lists, popup menus, accordions and closeable panels which have varying sized content.
react-slidedown is perfect for dropdown lists, popup menus, accordions and closeable panels which have varying sized content.

@@ -56,3 +56,3 @@ I am not aware of any cross-browser issues from IE10 and onwards.

| closed | Boolean | `false` | No | If `false` renders in closed mode, if `true` then slides down |
| className | String | | No | CSS class name to be used in addtion to the `react-slidedown` class name |
| className | String | | No | CSS class name to be used in addition to the `react-slidedown` class name |
| transitionOnAppear | Boolean | `true` | No | Do a transition animation on [`componentWillAppear()`](https://reactjs.org/docs/animation.html#componentwillappear) |

@@ -62,3 +62,3 @@

To quickly see a live demonstration of react-slidein go [here](https://ykxm1vz5vv.codesandbox.io/).
To quickly see a live demonstration of react-slidedown go [here](https://ykxm1vz5vv.codesandbox.io/).

@@ -65,0 +65,0 @@ To build and run this example project:

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