Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/dialog

Package Overview
Dependencies
Maintainers
2
Versions
793
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/dialog - npm Package Compare versions

Comparing version 3.5.11-nightly.4674 to 3.5.11-nightly.4681

10

package.json
{
"name": "@react-types/dialog",
"version": "3.5.11-nightly.4674+59136f78e",
"version": "3.5.11-nightly.4681+2fd87d9f1",
"description": "Spectrum UI components in React",

@@ -12,7 +12,7 @@ "license": "Apache-2.0",

"dependencies": {
"@react-types/overlays": "3.8.8-nightly.4674+59136f78e",
"@react-types/shared": "3.0.0-nightly.2962+59136f78e"
"@react-types/overlays": "3.8.8-nightly.4681+2fd87d9f1",
"@react-types/shared": "3.0.0-nightly.2969+2fd87d9f1"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0"
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
},

@@ -22,3 +22,3 @@ "publishConfig": {

},
"gitHead": "59136f78e853e97bb4067a1268750c9f85900bf6"
"gitHead": "2fd87d9f1d894e6b00a595cce73c6e8828029132"
}

@@ -34,3 +34,3 @@ /*

/** The ref of the element the Dialog should visually attach itself to. Defaults to the trigger button if not defined. */
targetRef?: RefObject<HTMLElement>,
targetRef?: RefObject<HTMLElement | null>,
/** Whether a modal type Dialog should be dismissable. */

@@ -37,0 +37,0 @@ isDismissable?: boolean,

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