Socket
Socket
Sign inDemoInstall

@react-types/menu

Package Overview
Dependencies
3
Maintainers
1
Versions
699
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-rc.0 to 3.0.0-rc.1

10

package.json
{
"name": "@react-types/menu",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"description": "Spectrum UI components in React",

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

"dependencies": {
"@react-types/overlays": "3.0.0-rc.0",
"@react-types/shared": "3.0.0-rc.3"
"@react-types/overlays": "3.0.0-rc.1",
"@react-types/shared": "3.0.0-rc.4"
},
"peerDependencies": {
"react": "^16.12.0"
"react": "^16.8.0"
},

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

},
"gitHead": "461d6321126ae9b4f1508aa912f7b36bf8a603f8"
"gitHead": "ee5ad1544ed65366c0fadabc2c63d39573ba3ffd"
}

@@ -13,8 +13,6 @@ /*

import {Alignment, AriaLabelingProps, CollectionBase, DOMProps, MultipleSelection, StyleProps} from '@react-types/shared';
import {Alignment, AriaLabelingProps, CollectionBase, DOMProps, FocusStrategy, MultipleSelection, StyleProps} from '@react-types/shared';
import {Key, ReactElement} from 'react';
import {OverlayTriggerProps} from '@react-types/overlays';
export type FocusStrategy = 'first' | 'last';
export interface MenuTriggerProps extends OverlayTriggerProps {

@@ -21,0 +19,0 @@ // trigger?: 'press' | 'longPress',

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