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

@react-aria/selection

Package Overview
Dependencies
Maintainers
2
Versions
845
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/selection - npm Package Compare versions

Comparing version 3.0.0-nightly.895 to 3.0.0-nightly.902

2

dist/main.js

@@ -734,3 +734,3 @@ var {

useEffect(() => {
if (!isVirtualized && selectionManager.focusedKey) {
if (!isVirtualized && selectionManager.focusedKey && (ref == null ? void 0 : ref.current)) {
let element = ref.current.querySelector("[data-key=\"" + selectionManager.focusedKey + "\"]");

@@ -737,0 +737,0 @@

@@ -706,3 +706,3 @@ import { useCollator } from "@react-aria/i18n";

useEffect(() => {
if (!isVirtualized && selectionManager.focusedKey) {
if (!isVirtualized && selectionManager.focusedKey && (ref == null ? void 0 : ref.current)) {
let element = ref.current.querySelector("[data-key=\"" + selectionManager.focusedKey + "\"]");

@@ -709,0 +709,0 @@

{
"name": "@react-aria/selection",
"version": "3.0.0-nightly.895+739d7f1e",
"version": "3.0.0-nightly.902+ec40f5fc",
"description": "Spectrum UI components in React",

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

"@babel/runtime": "^7.6.2",
"@react-aria/focus": "3.0.0-nightly.895+739d7f1e",
"@react-aria/i18n": "3.0.0-nightly.895+739d7f1e",
"@react-aria/interactions": "3.0.0-nightly.895+739d7f1e",
"@react-aria/utils": "3.0.0-nightly.895+739d7f1e",
"@react-stately/collections": "3.0.0-nightly.895+739d7f1e",
"@react-stately/selection": "3.0.0-nightly.895+739d7f1e",
"@react-types/shared": "3.0.0-nightly.895+739d7f1e"
"@react-aria/focus": "3.0.0-nightly.902+ec40f5fc",
"@react-aria/i18n": "3.0.0-nightly.902+ec40f5fc",
"@react-aria/interactions": "3.0.0-nightly.902+ec40f5fc",
"@react-aria/utils": "3.0.0-nightly.902+ec40f5fc",
"@react-stately/collections": "3.0.0-nightly.902+ec40f5fc",
"@react-stately/selection": "3.0.0-nightly.902+ec40f5fc",
"@react-types/shared": "3.0.0-nightly.902+ec40f5fc"
},

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

},
"gitHead": "739d7f1eb4ea2dbb00190c31fc709164c1ca6f35"
"gitHead": "ec40f5fca19855465f7a64ed98b5e730e9c36438"
}

@@ -110,3 +110,3 @@ /*

useEffect(() => {
if (!isVirtualized && selectionManager.focusedKey) {
if (!isVirtualized && selectionManager.focusedKey && ref?.current) {
let element = ref.current.querySelector(`[data-key="${selectionManager.focusedKey}"]`) as HTMLElement;

@@ -113,0 +113,0 @@ if (element) {

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