Socket
Socket
Sign inDemoInstall

@react-types/table

Package Overview
Dependencies
Maintainers
1
Versions
752
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.0 to 3.0.0-rc.1

6

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

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

"dependencies": {
"@react-types/shared": "3.0.0-rc.3"
"@react-types/shared": "3.0.0-rc.4"
},

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

},
"gitHead": "461d6321126ae9b4f1508aa912f7b36bf8a603f8"
"gitHead": "ee5ad1544ed65366c0fadabc2c63d39573ba3ffd"
}

@@ -17,3 +17,3 @@ /*

export interface TableProps<T> extends MultipleSelection, Sortable {
children: ReactElement<TableHeaderProps | TableBodyProps | SectionProps | RowProps>[],
children: ReactElement<TableHeaderProps<T> | TableBodyProps<T> | SectionProps<T> | RowProps<T>>[],
disabledKeys?: Iterable<Key>

@@ -20,0 +20,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