Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-types/shared

Package Overview
Dependencies
Maintainers
2
Versions
814
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/shared - npm Package Compare versions

Comparing version 3.0.0-nightly.1193 to 3.0.0-nightly.1196

4

package.json
{
"name": "@react-types/shared",
"version": "3.0.0-nightly.1193+562b4006e",
"version": "3.0.0-nightly.1196+840ef4fc8",
"description": "Spectrum UI components in React",

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

},
"gitHead": "562b4006e27f2c479d3498df44c4ea689ff37c3a"
"gitHead": "840ef4fc8fd1dd896a37b581829e954dfa5d3392"
}

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

export interface ValueBase<T> {
export interface ValueBase<T, C = T> {
/** The current value (controlled). */

@@ -39,3 +39,3 @@ value?: T,

/** Handler that is called when the value changes. */
onChange?: (value: T) => void
onChange?: (value: C) => void
}

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