Socket
Socket
Sign inDemoInstall

@react-types/shared

Package Overview
Dependencies
0
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.2928 to 3.0.0-nightly.2931

4

package.json
{
"name": "@react-types/shared",
"version": "3.0.0-nightly.2928+379e8d64f",
"version": "3.0.0-nightly.2931+2bda4c971",
"description": "Spectrum UI components in React",

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

},
"gitHead": "379e8d64f76c15bbb35f710c4150cc84e85b1d7e"
"gitHead": "2bda4c971dd557be7ecc44614569a8281e6cb6dd"
}

@@ -197,3 +197,5 @@ /*

/** @private */
shouldInvalidate?: (context: unknown) => boolean
shouldInvalidate?: (context: unknown) => boolean,
/** A function that renders this node to a React Element in the DOM. */
render?: (node: Node<any>) => ReactElement
}
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