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.1 to 0.10.2

2

dist/dialog.cjs.development.js

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

DialogOverlay.displayName = "DialogOverlay";
DialogOverlay.propTypes = /*#__PURE__*/_extends({}, overlayPropTypes, {
DialogOverlay.propTypes = /*#__PURE__*/_extends( /*#__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({}, overlayPropTypes, {
DialogOverlay.propTypes = /*#__PURE__*/_extends( /*#__PURE__*/_extends({}, overlayPropTypes), {}, {
isOpen: PropTypes.bool

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

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

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

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

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

],
"gitHead": "c279bc0fb9ae84aa77306c5f1a9909d088bc665c"
"gitHead": "9e4b9adab7fd3085b1fb4b54882a2231308b7416"
}

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