New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@react-aria/listbox

Package Overview
Dependencies
Maintainers
2
Versions
910
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-e37ad74f5-241101

2

dist/types.d.ts

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

interface ListData {
id: string;
id?: string;
shouldSelectOnPressUp?: boolean;

@@ -10,0 +10,0 @@ shouldFocusOnHover?: boolean;

{
"name": "@react-aria/listbox",
"version": "3.0.0-nightly-e1b72a79f-241017",
"version": "3.0.0-nightly-e37ad74f5-241101",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-aria/interactions": "^3.0.0-nightly-e1b72a79f-241017",
"@react-aria/label": "^3.0.0-nightly-e1b72a79f-241017",
"@react-aria/selection": "^3.0.0-nightly-e1b72a79f-241017",
"@react-aria/utils": "^3.0.0-nightly-e1b72a79f-241017",
"@react-stately/collections": "^3.0.0-nightly-e1b72a79f-241017",
"@react-stately/list": "^3.0.0-nightly-e1b72a79f-241017",
"@react-types/listbox": "^3.0.0-nightly-e1b72a79f-241017",
"@react-types/shared": "^3.0.0-nightly-e1b72a79f-241017",
"@react-aria/interactions": "^3.0.0-nightly-e37ad74f5-241101",
"@react-aria/label": "^3.0.0-nightly-e37ad74f5-241101",
"@react-aria/selection": "^3.0.0-nightly-e37ad74f5-241101",
"@react-aria/utils": "^3.0.0-nightly-e37ad74f5-241101",
"@react-stately/collections": "^3.0.0-nightly-e37ad74f5-241101",
"@react-stately/list": "^3.0.0-nightly-e37ad74f5-241101",
"@react-types/listbox": "^3.0.0-nightly-e37ad74f5-241101",
"@react-types/shared": "^3.0.0-nightly-e37ad74f5-241101",
"@swc/helpers": "^0.5.0"

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

@@ -17,3 +17,3 @@ /*

interface ListData {
id: string,
id?: string,
shouldSelectOnPressUp?: boolean,

@@ -20,0 +20,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