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

@react-types/link

Package Overview
Dependencies
Maintainers
2
Versions
840
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-types/link - npm Package Compare versions

Comparing version 3.0.0-nightly.1021 to 3.0.0-nightly.1023

8

package.json
{
"name": "@react-types/link",
"version": "3.0.0-nightly.1021+bae73ed3",
"version": "3.0.0-nightly.1023+ac27232f",
"description": "Spectrum UI components in React",

@@ -12,4 +12,4 @@ "license": "Apache-2.0",

"dependencies": {
"@react-aria/interactions": "3.0.0-nightly.1021+bae73ed3",
"@react-types/shared": "3.0.0-nightly.1021+bae73ed3"
"@react-aria/interactions": "3.0.0-nightly.1023+ac27232f",
"@react-types/shared": "3.0.0-nightly.1023+ac27232f"
},

@@ -22,3 +22,3 @@ "peerDependencies": {

},
"gitHead": "bae73ed3b9c146252756896cc10a91a39403c2a2"
"gitHead": "ac27232f81bc0b9430efbedb154131b7f0d26352"
}

@@ -16,4 +16,6 @@ /*

export interface AriaLinkProps extends PressEvents, AriaLabelingProps { }
export interface LinkProps extends PressEvents {}
export interface AriaLinkProps extends LinkProps, AriaLabelingProps { }
export interface SpectrumLinkProps extends AriaLinkProps, StyleProps {

@@ -20,0 +22,0 @@ /** The content to display in the link. */

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