Socket
Socket
Sign inDemoInstall

@react-types/shared

Package Overview
Dependencies
3
Maintainers
2
Versions
696
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-nightly.2857 to 3.0.0-nightly.2866

4

package.json
{
"name": "@react-types/shared",
"version": "3.0.0-nightly.2857+1550ccaa6",
"version": "3.0.0-nightly.2866+b09a14eb1",
"description": "Spectrum UI components in React",

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

},
"gitHead": "1550ccaa62363b65079eb2e36563380db0e7c043"
"gitHead": "b09a14eb1854d9d52e08739e30aa8fae51f1595a"
}

@@ -23,3 +23,3 @@ /*

/** Handler that is called when the selection changes. */
onSelectionChange?: (key: Key) => any
onSelectionChange?: (key: Key) => void
}

@@ -40,3 +40,3 @@

/** Handler that is called when the selection changes. */
onSelectionChange?: (keys: Selection) => any,
onSelectionChange?: (keys: Selection) => void,
/** The currently disabled keys in the collection (controlled). */

@@ -43,0 +43,0 @@ disabledKeys?: Iterable<Key>

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc