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.916 to 3.0.0-nightly.922

2

dist/main.js

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

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

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

{
"name": "@react-aria/selection",
"version": "3.0.0-nightly.916+fa314396",
"version": "3.0.0-nightly.922+3f4563ab",
"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.916+fa314396",
"@react-aria/i18n": "3.0.0-nightly.916+fa314396",
"@react-aria/interactions": "3.0.0-nightly.916+fa314396",
"@react-aria/utils": "3.0.0-nightly.916+fa314396",
"@react-stately/collections": "3.0.0-nightly.916+fa314396",
"@react-stately/selection": "3.0.0-nightly.916+fa314396",
"@react-types/shared": "3.0.0-nightly.916+fa314396"
"@react-aria/focus": "3.0.0-nightly.922+3f4563ab",
"@react-aria/i18n": "3.0.0-nightly.922+3f4563ab",
"@react-aria/interactions": "3.0.0-nightly.922+3f4563ab",
"@react-aria/utils": "3.0.0-nightly.922+3f4563ab",
"@react-stately/collections": "3.0.0-nightly.922+3f4563ab",
"@react-stately/selection": "3.0.0-nightly.922+3f4563ab",
"@react-types/shared": "3.0.0-nightly.922+3f4563ab"
},

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

},
"gitHead": "fa314396b5ba0d20667362ad1c1f1fc4aee59ccd"
"gitHead": "3f4563ab05cde3d73dc222da1b9af2fc707358c8"
}

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