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

@react-types/table

Package Overview
Dependencies
Maintainers
0
Versions
912
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-50c7ada5d-241223 to 3.0.0-nightly-5334df7f1-250226

6

package.json
{
"name": "@react-types/table",
"version": "3.0.0-nightly-50c7ada5d-241223",
"version": "3.0.0-nightly-5334df7f1-250226",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/grid": "3.0.0-nightly-50c7ada5d-241223",
"@react-types/shared": "3.0.0-nightly-50c7ada5d-241223"
"@react-types/grid": "3.0.0-nightly-5334df7f1-250226",
"@react-types/shared": "3.0.0-nightly-5334df7f1-250226"
},

@@ -16,0 +16,0 @@ "peerDependencies": {

@@ -156,3 +156,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
}

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