Socket
Socket
Sign inDemoInstall

rc-dialog

Package Overview
Dependencies
Maintainers
2
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.3.1 to 4.3.2

5

lib/Dialog.js

@@ -47,7 +47,8 @@ 'use strict';

anim: function anim(el, transitionName, animation, enter, fn) {
var props = this.props;
if (!transitionName && animation) {
transitionName = prefixClsFn(this.props.prefixCls, animation + (enter ? '-enter' : '-leave'));
transitionName = '' + props.prefixCls + '-' + animation;
}
if (transitionName) {
_anim(el, transitionName, fn);
_anim(el, transitionName + (enter ? '-enter' : '-leave'), fn);
} else if (fn) {

@@ -54,0 +55,0 @@ fn();

2

package.json
{
"name": "rc-dialog",
"version": "4.3.1",
"version": "4.3.2",
"description": "dialog ui component for react",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc