Socket
Book a DemoInstallSign in
Socket

@react-types/table

Package Overview
Dependencies
Maintainers
2
Versions
1087
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

to
3.0.0-nightly-62eb6ceca-250823

11

package.json
{
"name": "@react-types/table",
"version": "3.0.0-nightly-6193c40ee-240920",
"version": "3.0.0-nightly-62eb6ceca-250823",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/grid": "^3.0.0-nightly-6193c40ee-240920",
"@react-types/shared": "^3.0.0-nightly-6193c40ee-240920"
"@react-types/grid": "3.0.0-nightly-62eb6ceca-250823",
"@react-types/shared": "3.0.0-nightly-62eb6ceca-250823"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
},
"publishConfig": {
"access": "public"
},
"stableVersion": "3.10.1"
}
}

@@ -32,3 +32,14 @@ /*

/** A list of row keys to disable. */
disabledKeys?: Iterable<Key>
disabledKeys?: Iterable<Key>,
/**
* Whether pressing the escape key should clear selection in the table or not.
*
* Most experiences should not modify this option as it eliminates a keyboard user's ability to
* easily clear selection. Only use if the escape key is being handled externally or should not
* trigger selection clearing contextually.
* @default 'clearSelection'
*/
escapeKeyBehavior?: 'clearSelection' | 'none',
/** Whether selection should occur on press up instead of press down. */
shouldSelectOnPressUp?: boolean
}

@@ -157,3 +168,5 @@

/** A string representation of the cell's contents, used for features like typeahead. */
textValue?: string
textValue?: string,
/** Indicates how many columns the data cell spans. */
colSpan?: number
}

@@ -160,0 +173,0 @@

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.