Socket
Socket
Sign inDemoInstall

@react-stately/selection

Package Overview
Dependencies
Maintainers
2
Versions
745
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-stately/selection - npm Package Compare versions

Comparing version 3.0.0-nightly.3077 to 3.0.0-nightly.3086

2

dist/types.d.ts

@@ -12,3 +12,3 @@ import { DisabledBehavior, FocusStrategy, Key, LongPressEvent, PressEvent, Selection, SelectionBehavior, SelectionMode, MultipleSelection, Collection, Node } from "@react-types/shared";

/** Sets the focused key, and optionally, whether the first or last child of that key should receive focus. */
setFocusedKey(key: Key, child?: FocusStrategy): void;
setFocusedKey(key: Key | null, child?: FocusStrategy): void;
}

@@ -15,0 +15,0 @@ export interface SingleSelectionState extends FocusState {

{
"name": "@react-stately/selection",
"version": "3.0.0-nightly.3077+faf0e1846",
"version": "3.0.0-nightly.3086+8f3c0ea09",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-stately/collections": "3.0.0-nightly.3077+faf0e1846",
"@react-stately/utils": "3.0.0-nightly.3077+faf0e1846",
"@react-types/shared": "3.0.0-nightly.3077+faf0e1846",
"@react-stately/collections": "3.0.0-nightly.3086+8f3c0ea09",
"@react-stately/utils": "3.0.0-nightly.3086+8f3c0ea09",
"@react-types/shared": "3.0.0-nightly.3086+8f3c0ea09",
"@swc/helpers": "^0.5.0"

@@ -37,3 +37,3 @@ },

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

@@ -26,3 +26,3 @@ /*

/** Sets the focused key, and optionally, whether the first or last child of that key should receive focus. */
setFocusedKey(key: Key, child?: FocusStrategy): void
setFocusedKey(key: Key | null, child?: FocusStrategy): void
}

@@ -29,0 +29,0 @@

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