Socket
Socket
Sign inDemoInstall

rc-dialog

Package Overview
Dependencies
Maintainers
10
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-dialog - npm Package Compare versions

Comparing version 8.5.3 to 8.6.0

6

es/IDialogPropTypes.d.ts

@@ -18,3 +18,3 @@ import type { ReactNode, CSSProperties, SyntheticEvent } from 'react';

y: number;
};
} | null;
title?: ReactNode;

@@ -31,4 +31,4 @@ footer?: ReactNode;

wrapClassName?: string;
width?: number;
height?: number;
width?: string | number;
height?: string | number;
zIndex?: number;

@@ -35,0 +35,0 @@ bodyProps?: any;

@@ -18,3 +18,3 @@ import type { ReactNode, CSSProperties, SyntheticEvent } from 'react';

y: number;
};
} | null;
title?: ReactNode;

@@ -31,4 +31,4 @@ footer?: ReactNode;

wrapClassName?: string;
width?: number;
height?: number;
width?: string | number;
height?: string | number;
zIndex?: number;

@@ -35,0 +35,0 @@ bodyProps?: any;

{
"name": "rc-dialog",
"version": "8.5.3",
"version": "8.6.0",
"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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc