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

@react-types/dialog

Package Overview
Dependencies
Maintainers
1
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.1.0 to 3.2.0

8

package.json
{
"name": "@react-types/dialog",
"version": "3.1.0",
"version": "3.2.0",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/overlays": "^3.1.0",
"@react-types/shared": "^3.1.0"
"@react-types/overlays": "^3.2.0",
"@react-types/shared": "^3.2.0"
},

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

},
"gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69"
"gitHead": "661f0f2e3b8648a75aae83043267954700059fe0"
}

@@ -36,3 +36,5 @@ /*

/** Whether a modal type Dialog should be dismissable. */
isDismissable?: boolean
isDismissable?: boolean,
/** Whether pressing the escape key to close the dialog should be disabled. */
isKeyboardDismissDisabled?: boolean
}

@@ -85,3 +87,2 @@

// allowsKeyboardConfirmation?: boolean, // triggers primary action
// isKeyboardCancelDisabled?: boolean // needed?
}
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