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

@react-types/shared

Package Overview
Dependencies
Maintainers
2
Versions
941
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.27.0 to 3.28.0

4

package.json
{
"name": "@react-types/shared",
"version": "3.27.0",
"version": "3.28.0",
"description": "Spectrum UI components in React",

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

},
"gitHead": "09e7f44bebdc9d89122926b2b439a0a38a2814ea"
"gitHead": "4d3c72c94eea2d72eb3a0e7d56000c6ef7e39726"
}

@@ -183,3 +183,6 @@ /*

/** Returns a string representation of the item's contents. */
getTextValue?(key: Key): string
getTextValue?(key: Key): string,
/** Filters the collection using the given function. */
UNSTABLE_filter?(filterFn: (nodeValue: string) => boolean): Collection<T>
}

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