Socket
Socket
Sign inDemoInstall

@react-aria/menu

Package Overview
Dependencies
Maintainers
1
Versions
732
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-aria/menu - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

2

dist/main.js

@@ -99,3 +99,3 @@ var {

* Provides the behavior and accessibility implementation for a menu component.
* A menu displays a list of actions or options and allows a user to choose one.
* A menu displays a list of actions or options that a user can choose.
* @param props - props for the menu

@@ -102,0 +102,0 @@ * @param state - state for the menu, as returned by `useListState`

@@ -74,3 +74,3 @@ import { isFocusVisible, useHover, usePress } from "@react-aria/interactions";

* Provides the behavior and accessibility implementation for a menu component.
* A menu displays a list of actions or options and allows a user to choose one.
* A menu displays a list of actions or options that a user can choose.
* @param props - props for the menu

@@ -77,0 +77,0 @@ * @param state - state for the menu, as returned by `useListState`

@@ -38,3 +38,3 @@ import { AriaButtonProps } from "@react-types/button";

* Provides the behavior and accessibility implementation for a menu component.
* A menu displays a list of actions or options and allows a user to choose one.
* A menu displays a list of actions or options that a user can choose.
* @param props - props for the menu

@@ -41,0 +41,0 @@ * @param state - state for the menu, as returned by `useListState`

{
"name": "@react-aria/menu",
"version": "3.0.1",
"version": "3.0.2",
"description": "Spectrum UI components in React",

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

"@babel/runtime": "^7.6.2",
"@react-aria/interactions": "^3.0.1",
"@react-aria/overlays": "^3.0.1",
"@react-aria/selection": "^3.0.1",
"@react-aria/utils": "^3.0.1",
"@react-stately/collections": "^3.0.1",
"@react-stately/menu": "^3.0.1",
"@react-stately/tree": "^3.0.1",
"@react-types/button": "^3.0.1",
"@react-types/menu": "^3.0.1",
"@react-types/shared": "^3.0.1"
"@react-aria/interactions": "^3.0.2",
"@react-aria/overlays": "^3.0.2",
"@react-aria/selection": "^3.0.2",
"@react-aria/utils": "^3.0.2",
"@react-stately/collections": "^3.0.2",
"@react-stately/menu": "^3.0.2",
"@react-stately/tree": "^3.0.2",
"@react-types/button": "^3.0.2",
"@react-types/menu": "^3.0.2",
"@react-types/shared": "^3.0.2"
},

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

},
"gitHead": "ac0b7a7ba0edccd1c9ab4f849022ad6d2ccd19ed"
"gitHead": "05003506f02a0ec173f3448f1801cbdf12b47bc7"
}

@@ -38,3 +38,3 @@ /*

* Provides the behavior and accessibility implementation for a menu component.
* A menu displays a list of actions or options and allows a user to choose one.
* A menu displays a list of actions or options that a user can choose.
* @param props - props for the menu

@@ -41,0 +41,0 @@ * @param state - state for the menu, as returned by `useListState`

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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