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

@reach/menu-button

Package Overview
Dependencies
Maintainers
4
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/menu-button - npm Package Compare versions

Comparing version 0.11.1 to 0.11.2

8

dist/index.d.ts

@@ -45,3 +45,3 @@ /**

*/
export declare const MenuButton: import("../../utils/src").ForwardRefExoticComponentWithAs<"button", MenuButtonProps>;
export declare const MenuButton: import("@reach/utils").ForwardRefExoticComponentWithAs<"button", MenuButtonProps>;
/**

@@ -88,3 +88,3 @@ * @see Docs https://reach.tech/menu-button#menubutton-props

*/
export declare const MenuItem: import("../../utils/src").ForwardRefExoticComponentWithAs<"div", Pick<MenuItemImplProps, "children" | "disabled" | "onSelect" | "index" | "valueText">>;
export declare const MenuItem: import("@reach/utils").ForwardRefExoticComponentWithAs<"div", Pick<MenuItemImplProps, "children" | "disabled" | "onSelect" | "index" | "valueText">>;
/**

@@ -103,3 +103,3 @@ * @see Docs https://reach.tech/menu-button#menuitem-props

*/
export declare const MenuItems: import("../../utils/src").ForwardRefExoticComponentWithAs<"div", MenuItemsProps>;
export declare const MenuItems: import("@reach/utils").ForwardRefExoticComponentWithAs<"div", MenuItemsProps>;
/**

@@ -127,3 +127,3 @@ * @see Docs https://reach.tech/menu-button#menuitems-props

*/
export declare const MenuLink: import("../../utils/src").ForwardRefExoticComponentWithAs<"a", Pick<MenuItemImplProps, "children" | "disabled" | "index" | "valueText"> & {
export declare const MenuLink: import("@reach/utils").ForwardRefExoticComponentWithAs<"a", Pick<MenuItemImplProps, "children" | "disabled" | "index" | "valueText"> & {
onSelect?(): void;

@@ -130,0 +130,0 @@ } & {

{
"name": "@reach/menu-button",
"version": "0.11.1",
"version": "0.11.2",
"description": "Accessible React button dropdown menu.",

@@ -16,6 +16,6 @@ "author": "React Training <hello@reacttraining.com>",

"dependencies": {
"@reach/auto-id": "0.11.1",
"@reach/descendants": "0.11.1",
"@reach/popover": "0.11.1",
"@reach/utils": "0.11.1",
"@reach/auto-id": "0.11.2",
"@reach/descendants": "0.11.2",
"@reach/popover": "0.11.2",
"@reach/utils": "0.11.2",
"prop-types": "^15.7.2",

@@ -36,3 +36,3 @@ "tslib": "^2.0.0"

],
"gitHead": "5c6de02db35c1bb69e28d52bf345ea5c5c484013"
"gitHead": "2aa6f03c5eed8c2b7525a29db1c69fe6bc540e5d"
}
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