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

@react-types/table

Package Overview
Dependencies
Maintainers
2
Versions
795
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/table - npm Package Compare versions

Comparing version 3.0.0-nightly.2531 to 3.0.0-nightly.2534

7

package.json
{
"name": "@react-types/table",
"version": "3.0.0-nightly.2531+464fe21a",
"version": "3.0.0-nightly.2534+7927421d",
"description": "Spectrum UI components in React",

@@ -12,3 +12,4 @@ "license": "Apache-2.0",

"dependencies": {
"@react-types/shared": "3.0.0-nightly.853+464fe21a"
"@react-types/grid": "3.0.0-nightly.2534+7927421d",
"@react-types/shared": "3.0.0-nightly.856+7927421d"
},

@@ -21,3 +22,3 @@ "peerDependencies": {

},
"gitHead": "464fe21aba88848c79ab62dac26eff81a9138817"
"gitHead": "7927421dedfb001d3459e0a94f5def9461fbc4c7"
}

@@ -13,3 +13,4 @@ /*

import {AriaLabelingProps, AsyncLoadable, Collection, CollectionChildren, DOMProps, MultipleSelection, Node, SectionProps, Sortable, StyleProps} from '@react-types/shared';
import {AriaLabelingProps, AsyncLoadable, CollectionChildren, DOMProps, MultipleSelection, SectionProps, Sortable, StyleProps} from '@react-types/shared';
import {GridCollection, GridNode} from '@react-types/grid';
import {Key, ReactElement, ReactNode} from 'react';

@@ -82,12 +83,7 @@

export interface TableCollection<T> extends Collection<TableNode<T>> {
headerRows: TableNode<T>[],
columns: TableNode<T>[],
export interface TableCollection<T> extends GridCollection<T> {
headerRows: GridNode<T>[],
columns: GridNode<T>[],
rowHeaderColumnKeys: Set<Key>,
body: TableNode<T>
body: GridNode<T>
}
export interface TableNode<T> extends Node<T> {
column?: TableNode<T>,
colspan?: number
}
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