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

@react-stately/selection

Package Overview
Dependencies
Maintainers
2
Versions
810
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.967 to 3.0.0-nightly.975

2

dist/main.js

@@ -166,3 +166,5 @@ var {

}
/** Whether the first or last child of the focused key should receive focus. */
get childFocusStrategy() {

@@ -169,0 +171,0 @@ return this.state.childFocusStrategy;

@@ -157,3 +157,5 @@ import { useControlledState } from "@react-stately/utils";

}
/** Whether the first or last child of the focused key should receive focus. */
get childFocusStrategy() {

@@ -160,0 +162,0 @@ return this.state.childFocusStrategy;

@@ -102,2 +102,3 @@ import { FocusStrategy, PressEvent, Selection, SelectionMode, MultipleSelection, Collection, Node } from "@react-types/shared";

get focusedKey(): Key;
/** Whether the first or last child of the focused key should receive focus. */
get childFocusStrategy(): FocusStrategy;

@@ -104,0 +105,0 @@ /**

10

package.json
{
"name": "@react-stately/selection",
"version": "3.0.0-nightly.967+2ba18db9",
"version": "3.0.0-nightly.975+f0afbae7",
"description": "Spectrum UI components in React",

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

"@babel/runtime": "^7.6.2",
"@react-stately/collections": "3.0.0-nightly.967+2ba18db9",
"@react-stately/utils": "3.0.0-nightly.967+2ba18db9",
"@react-types/shared": "3.0.0-nightly.967+2ba18db9"
"@react-stately/collections": "3.0.0-nightly.975+f0afbae7",
"@react-stately/utils": "3.0.0-nightly.975+f0afbae7",
"@react-types/shared": "3.0.0-nightly.975+f0afbae7"
},

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

},
"gitHead": "2ba18db9035b4a1c50803040fc40bf946141bded"
"gitHead": "f0afbae764727b3062170852006ea38689a34f97"
}

@@ -73,2 +73,3 @@ /*

/** Whether the first or last child of the focused key should receive focus. */
get childFocusStrategy(): FocusStrategy {

@@ -75,0 +76,0 @@ return this.state.childFocusStrategy;

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