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

@nextui-org/aria-utils

Package Overview
Dependencies
Maintainers
1
Versions
472
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nextui-org/aria-utils - npm Package Compare versions

Comparing version 0.0.0-canary-20241208124331 to 0.0.0-canary-20241210210712

dist/chunk-3LSSXNCG.mjs

3

dist/index.js

@@ -164,4 +164,3 @@ "use client";

let acceptNode = (node) => {
const parentElement = node.parentElement;
if (visibleNodes.has(node) || hiddenNodes.has(parentElement) && parentElement.getAttribute("role") !== "row") {
if (visibleNodes.has(node) || node.parentElement && hiddenNodes.has(node.parentElement) && node.parentElement.getAttribute("role") !== "row") {
return NodeFilter.FILTER_REJECT;

@@ -168,0 +167,0 @@ }

@@ -39,4 +39,3 @@ "use client";

let acceptNode = (node) => {
const parentElement = node.parentElement;
if (visibleNodes.has(node) || hiddenNodes.has(parentElement) && parentElement.getAttribute("role") !== "row") {
if (visibleNodes.has(node) || node.parentElement && hiddenNodes.has(node.parentElement) && node.parentElement.getAttribute("role") !== "row") {
return NodeFilter.FILTER_REJECT;

@@ -43,0 +42,0 @@ }

@@ -141,4 +141,3 @@ "use client";

let acceptNode = (node) => {
const parentElement = node.parentElement;
if (visibleNodes.has(node) || hiddenNodes.has(parentElement) && parentElement.getAttribute("role") !== "row") {
if (visibleNodes.has(node) || node.parentElement && hiddenNodes.has(node.parentElement) && node.parentElement.getAttribute("role") !== "row") {
return NodeFilter.FILTER_REJECT;

@@ -145,0 +144,0 @@ }

{
"name": "@nextui-org/aria-utils",
"version": "0.0.0-canary-20241208124331",
"version": "0.0.0-canary-20241210210712",
"description": "A package for managing @react-aria nextui utils.",

@@ -37,3 +37,3 @@ "keywords": [

"@react-types/shared": "3.26.0",
"@nextui-org/system": "0.0.0-canary-20241208124331",
"@nextui-org/system": "2.4.4",
"@nextui-org/shared-utils": "2.1.1",

@@ -40,0 +40,0 @@ "@nextui-org/react-rsc-utils": "2.1.1"

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