Socket
Socket
Sign inDemoInstall

@reach/alert-dialog

Package Overview
Dependencies
30
Maintainers
3
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.5.0 to 0.5.3

10

index.d.ts

@@ -89,3 +89,3 @@ /**

*/
declare const AlertDialog: React.FunctionComponent<AlertDialogProps>;
export const AlertDialog: React.FunctionComponent<AlertDialogProps>;

@@ -101,3 +101,3 @@ /**

*/
declare const AlertDialogLabel: React.FunctionComponent<
export const AlertDialogLabel: React.FunctionComponent<
React.HTMLProps<HTMLDivElement>

@@ -113,3 +113,3 @@ >;

*/
declare const AlertDialogDescription: React.FunctionComponent<
export const AlertDialogDescription: React.FunctionComponent<
React.HTMLProps<HTMLDivElement>

@@ -127,3 +127,3 @@ >;

*/
declare const AlertDialogOverlay: React.FunctionComponent<AlertDialogProps>;
export const AlertDialogOverlay: React.FunctionComponent<AlertDialogProps>;

@@ -142,4 +142,4 @@ /**

*/
declare const AlertDialogContent: React.FunctionComponent<
export const AlertDialogContent: React.FunctionComponent<
AlertDialogContentProps
>;
{
"name": "@reach/alert-dialog",
"version": "0.5.0",
"version": "0.5.3",
"description": "Accessible React Alert Dialog.",

@@ -13,4 +13,4 @@ "author": "React Training <hello@reacttraining.com>",

"dependencies": {
"@reach/auto-id": "^0.5.0",
"@reach/dialog": "^0.5.0",
"@reach/auto-id": "^0.5.3",
"@reach/dialog": "^0.5.3",
"@reach/utils": "^0.5.0",

@@ -36,3 +36,3 @@ "invariant": "^2.2.4",

],
"gitHead": "7e33672d882cd6df77ac8cdb76b6b4a21dbf28c2"
"gitHead": "29e599938054fd0601f347f66d8671e690ecf879"
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc