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

@react-types/table

Package Overview
Dependencies
Maintainers
1
Versions
794
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-rc.3 to 3.0.0-rc.4

6

package.json
{
"name": "@react-types/table",
"version": "3.0.0-rc.3",
"version": "3.0.0-rc.4",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/shared": "^3.0.2"
"@react-types/shared": "^3.1.0"
},

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

},
"gitHead": "05003506f02a0ec173f3448f1801cbdf12b47bc7"
"gitHead": "211099972fe75ee581892efd01a7f89dfb9cdf69"
}

@@ -81,6 +81,6 @@ /*

export interface TableCollection<T> extends Collection<TableNode<T>> {
headerRows: TableNode<T>[];
columns: TableNode<T>[];
rowHeaderColumnKeys: Set<Key>;
body: TableNode<T>;
headerRows: TableNode<T>[],
columns: TableNode<T>[],
rowHeaderColumnKeys: Set<Key>,
body: TableNode<T>
}

@@ -87,0 +87,0 @@

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