Socket
Socket
Sign inDemoInstall

@reach/alert-dialog

Package Overview
Dependencies
31
Maintainers
4
Versions
66
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.4 to 0.10.5

14

dist/index.d.ts

@@ -77,16 +77,6 @@ /**

allowPinchZoom?: boolean | undefined;
children?: React.ReactNode;
initialFocusRef?: React.RefObject<any> | undefined;
isOpen?: boolean | undefined;
/**
* AlertDialogDescription
*
* Additional content read by screen readers, usually a longer description
* about what you need from the user like "This action is permanent, are you
* sure?" etc.
*
* @see Docs https://reacttraining.com/reach-ui/alert-dialog#alertdialogdescription
* @param props
*/
onDismiss?: ((event?: React.SyntheticEvent<Element, Event> | undefined) => void) | undefined;
children?: React.ReactNode;
initialFocusRef?: React.RefObject<any> | undefined;
unstable_lockFocusAcrossFrames?: boolean | undefined;

@@ -93,0 +83,0 @@ } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;

10

package.json
{
"name": "@reach/alert-dialog",
"version": "0.10.4",
"version": "0.10.5",
"description": "Accessible React Alert Dialog.",

@@ -16,5 +16,5 @@ "author": "React Training <hello@reacttraining.com>",

"dependencies": {
"@reach/auto-id": "0.10.4",
"@reach/dialog": "0.10.4",
"@reach/utils": "0.10.4",
"@reach/auto-id": "0.10.5",
"@reach/dialog": "0.10.5",
"@reach/utils": "0.10.5",
"invariant": "^2.2.4",

@@ -35,3 +35,3 @@ "prop-types": "^15.7.2",

],
"gitHead": "a0c7b3672835b2a9f84732663bb0e78992541211"
"gitHead": "86a046f54d53b6420e392b3fa56dd991d9d4e458"
}
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