🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

@react-aria/listbox

Package Overview
Dependencies
Maintainers
2
Versions
969
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/listbox - npm Package Compare versions

Comparing version

to
3.0.0-nightly-f76c445b5-250423

2

dist/types.d.ts

@@ -41,4 +41,2 @@ import { Key, DOMAttributes, KeyboardDelegate, LayoutDelegate, RefObject, FocusableElement } from "@react-types/shared";

shouldUseVirtualFocus?: boolean;
/** Whether selection should occur on press up instead of press down. */
shouldSelectOnPressUp?: boolean;
/** Whether options should be focused when the user hovers over them. */

@@ -45,0 +43,0 @@ shouldFocusOnHover?: boolean;

18

package.json
{
"name": "@react-aria/listbox",
"version": "3.0.0-nightly-f75223a04-250404",
"version": "3.0.0-nightly-f76c445b5-250423",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-aria/interactions": "3.0.0-nightly-f75223a04-250404",
"@react-aria/label": "3.0.0-nightly-f75223a04-250404",
"@react-aria/selection": "3.0.0-nightly-f75223a04-250404",
"@react-aria/utils": "3.0.0-nightly-f75223a04-250404",
"@react-stately/collections": "3.0.0-nightly-f75223a04-250404",
"@react-stately/list": "3.0.0-nightly-f75223a04-250404",
"@react-types/listbox": "3.0.0-nightly-f75223a04-250404",
"@react-types/shared": "3.0.0-nightly-f75223a04-250404",
"@react-aria/interactions": "3.0.0-nightly-f76c445b5-250423",
"@react-aria/label": "3.0.0-nightly-f76c445b5-250423",
"@react-aria/selection": "3.0.0-nightly-f76c445b5-250423",
"@react-aria/utils": "3.0.0-nightly-f76c445b5-250423",
"@react-stately/collections": "3.0.0-nightly-f76c445b5-250423",
"@react-stately/list": "3.0.0-nightly-f76c445b5-250423",
"@react-types/listbox": "3.0.0-nightly-f76c445b5-250423",
"@react-types/shared": "3.0.0-nightly-f76c445b5-250423",
"@swc/helpers": "^0.5.0"

@@ -35,0 +35,0 @@ },

@@ -51,5 +51,2 @@ /*

/** Whether selection should occur on press up instead of press down. */
shouldSelectOnPressUp?: boolean,
/** Whether options should be focused when the user hovers over them. */

@@ -56,0 +53,0 @@ shouldFocusOnHover?: boolean,

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