Socket
Socket
Sign inDemoInstall

@react-stately/select

Package Overview
Dependencies
Maintainers
2
Versions
730
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/select - npm Package Compare versions

Comparing version 3.6.8-nightly.5005 to 3.6.8-nightly.5014

2

dist/types.d.ts

@@ -14,3 +14,3 @@ import { CollectionStateBase, FocusStrategy } from "@react-types/shared";

/** Controls which item will be auto focused when the menu opens. */
readonly focusStrategy: FocusStrategy;
readonly focusStrategy: FocusStrategy | null;
/** Opens the menu. */

@@ -17,0 +17,0 @@ open(focusStrategy?: FocusStrategy | null): void;

{
"name": "@react-stately/select",
"version": "3.6.8-nightly.5005+faf0e1846",
"version": "3.6.8-nightly.5014+8f3c0ea09",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-stately/form": "3.0.6-nightly.5005+faf0e1846",
"@react-stately/list": "3.10.9-nightly.5005+faf0e1846",
"@react-stately/overlays": "3.6.11-nightly.5005+faf0e1846",
"@react-types/select": "3.9.7-nightly.5005+faf0e1846",
"@react-types/shared": "3.0.0-nightly.3077+faf0e1846",
"@react-stately/form": "3.0.6-nightly.5014+8f3c0ea09",
"@react-stately/list": "3.10.9-nightly.5014+8f3c0ea09",
"@react-stately/overlays": "3.6.11-nightly.5014+8f3c0ea09",
"@react-types/select": "3.9.7-nightly.5014+8f3c0ea09",
"@react-types/shared": "3.0.0-nightly.3086+8f3c0ea09",
"@swc/helpers": "^0.5.0"

@@ -39,3 +39,3 @@ },

},
"gitHead": "faf0e18467231422cb7a06eb92a74d04e271f1e8"
"gitHead": "8f3c0ea0931107eceba0127fb524b79b46eb838b"
}

@@ -30,3 +30,3 @@ /*

/** Controls which item will be auto focused when the menu opens. */
readonly focusStrategy: FocusStrategy,
readonly focusStrategy: FocusStrategy | null,

@@ -33,0 +33,0 @@ /** Opens the menu. */

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc