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

@react-aria/table

Package Overview
Dependencies
Maintainers
1
Versions
889
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/table - npm Package Compare versions

Comparing version 3.0.0-nightly.2399 to 3.0.0-nightly.2401

2

dist/main.js

@@ -480,3 +480,3 @@ var {

while (key) {
while (key != null) {
let item = collection.getItem(key); // Check each of the row header cells in this row for a match

@@ -483,0 +483,0 @@

@@ -449,3 +449,3 @@ import { focusSafely, getFocusableTreeWalker } from "@react-aria/focus";

while (key) {
while (key != null) {
let item = collection.getItem(key); // Check each of the row header cells in this row for a match

@@ -452,0 +452,0 @@

{
"name": "@react-aria/table",
"version": "3.0.0-nightly.2399+9ea19f27",
"version": "3.0.0-nightly.2401+61d8633a",
"description": "Spectrum UI components in React",

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

"@babel/runtime": "^7.6.2",
"@react-aria/focus": "3.0.0-nightly.721+9ea19f27",
"@react-aria/i18n": "3.0.0-nightly.721+9ea19f27",
"@react-aria/interactions": "3.0.0-nightly.721+9ea19f27",
"@react-aria/selection": "3.0.0-nightly.721+9ea19f27",
"@react-aria/utils": "3.0.0-nightly.721+9ea19f27",
"@react-stately/collections": "3.0.0-nightly.721+9ea19f27",
"@react-stately/table": "3.0.0-nightly.2399+9ea19f27",
"@react-stately/virtualizer": "3.1.2-nightly.2399+9ea19f27",
"@react-types/checkbox": "3.0.0-nightly.721+9ea19f27",
"@react-types/shared": "3.0.0-nightly.721+9ea19f27",
"@react-types/table": "3.0.0-nightly.2399+9ea19f27"
"@react-aria/focus": "3.0.0-nightly.723+61d8633a",
"@react-aria/i18n": "3.0.0-nightly.723+61d8633a",
"@react-aria/interactions": "3.0.0-nightly.723+61d8633a",
"@react-aria/selection": "3.0.0-nightly.723+61d8633a",
"@react-aria/utils": "3.0.0-nightly.723+61d8633a",
"@react-stately/collections": "3.0.0-nightly.723+61d8633a",
"@react-stately/table": "3.0.0-nightly.2401+61d8633a",
"@react-stately/virtualizer": "3.1.2-nightly.2401+61d8633a",
"@react-types/checkbox": "3.0.0-nightly.723+61d8633a",
"@react-types/shared": "3.0.0-nightly.723+61d8633a",
"@react-types/table": "3.0.0-nightly.2401+61d8633a"
},

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

},
"gitHead": "9ea19f27094de2e414b4bde65c90e6cfefbccfcc"
"gitHead": "61d8633a588d2603c84651e81ccdefb50f1bdff9"
}

@@ -408,3 +408,3 @@ /*

let hasWrapped = false;
while (key) {
while (key != null) {
let item = collection.getItem(key);

@@ -411,0 +411,0 @@

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