You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

@reach/dialog

Package Overview
Dependencies
8
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.3 to 0.10.4

2

dist/dialog.cjs.development.js

@@ -99,3 +99,3 @@ 'use strict';

DialogOverlay.displayName = "DialogOverlay";
DialogOverlay.propTypes = /*#__PURE__*/_extends( /*#__PURE__*/_extends({}, overlayPropTypes), {}, {
DialogOverlay.propTypes = /*#__PURE__*/_extends({}, overlayPropTypes, {
isOpen: PropTypes.bool

@@ -102,0 +102,0 @@ });

@@ -92,3 +92,3 @@ import React, { forwardRef, useEffect, useRef, useCallback } from 'react';

DialogOverlay.displayName = "DialogOverlay";
DialogOverlay.propTypes = /*#__PURE__*/_extends( /*#__PURE__*/_extends({}, overlayPropTypes), {}, {
DialogOverlay.propTypes = /*#__PURE__*/_extends({}, overlayPropTypes, {
isOpen: PropTypes.bool

@@ -95,0 +95,0 @@ });

@@ -7,3 +7,3 @@ /**

* @see Docs https://reacttraining.com/reach-ui/dialog
* @see Source https://github.com/reach/reach-ui/tree/master/packages/dialog
* @see Source https://github.com/reach/reach-ui/tree/main/packages/dialog
* @see WAI-ARIA https://www.w3.org/TR/wai-aria-practices-1.2/#dialog_modal

@@ -10,0 +10,0 @@ */

{
"name": "@reach/dialog",
"version": "0.10.3",
"version": "0.10.4",
"description": "Accessible React Modal Dialog.",

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

"dependencies": {
"@reach/portal": "^0.10.3",
"@reach/utils": "^0.10.3",
"@reach/portal": "0.10.4",
"@reach/utils": "0.10.4",
"prop-types": "^15.7.2",
"react-focus-lock": "^2.3.1",
"react-remove-scroll": "^2.3.0",
"tslib": "^1.11.2"
"tslib": "^2.0.0"
},

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

],
"gitHead": "fd32b2b31a3e50265b0c274654a5e4105847d18e"
"gitHead": "a0c7b3672835b2a9f84732663bb0e78992541211"
}

@@ -5,3 +5,3 @@ # @reach/dialog

[Docs](https://reacttraining.com/reach-ui/dialog) | [Source](https://github.com/reach/reach-ui/tree/master/packages/dialog) | [WAI-ARIA](https://www.w3.org/TR/wai-aria-practices-1.2/#dialog_modal)
[Docs](https://reacttraining.com/reach-ui/dialog) | [Source](https://github.com/reach/reach-ui/tree/main/packages/dialog) | [WAI-ARIA](https://www.w3.org/TR/wai-aria-practices-1.2/#dialog_modal)

@@ -8,0 +8,0 @@ An accessible dialog or modal window.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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