Socket
Socket
Sign inDemoInstall

@react-types/shared

Package Overview
Dependencies
3
Maintainers
2
Versions
722
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-nightly.2831 to 3.0.0-nightly.2833

4

package.json
{
"name": "@react-types/shared",
"version": "3.0.0-nightly.2831+e6923d947",
"version": "3.0.0-nightly.2833+b2d25ef23",
"description": "Spectrum UI components in React",

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

},
"gitHead": "e6923d9473264b972974513dacbcfab5a24d5616"
"gitHead": "b2d25ef23b827ec2427bf47b343e6dbd66326ed3"
}

@@ -74,5 +74,5 @@ /*

/** The currently expanded keys in the collection (controlled). */
expandedKeys?: 'all' | Iterable<Key>,
expandedKeys?: Iterable<Key>,
/** The initial expanded keys in the collection (uncontrolled). */
defaultExpandedKeys?: 'all' | Iterable<Key>,
defaultExpandedKeys?: Iterable<Key>,
/** Handler that is called when items are expanded or collapsed. */

@@ -79,0 +79,0 @@ onExpandedChange?: (keys: Set<Key>) => any

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc