Socket
Socket
Sign inDemoInstall

@reach/alert-dialog

Package Overview
Dependencies
Maintainers
4
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/alert-dialog - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

11

dist/index.d.ts

@@ -78,5 +78,16 @@ /**

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;
} & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;

@@ -83,0 +94,0 @@ /**

12

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

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

"dependencies": {
"@reach/auto-id": "^0.10.0",
"@reach/dialog": "^0.10.0",
"@reach/utils": "^0.10.0",
"@reach/auto-id": "^0.10.1",
"@reach/dialog": "^0.10.1",
"@reach/utils": "^0.10.1",
"invariant": "^2.2.4",
"prop-types": "^15.7.2",
"tslib": "^1.10.0"
"tslib": "^1.11.1"
},

@@ -35,3 +35,3 @@ "peerDependencies": {

],
"gitHead": "e95268bdcebc7f0b5311beff4b6a8e29636decfe"
"gitHead": "c279bc0fb9ae84aa77306c5f1a9909d088bc665c"
}
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