Socket
Socket
Sign inDemoInstall

@reach/listbox

Package Overview
Dependencies
8
Maintainers
4
Versions
34
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.10.4 to 0.10.5

8

dist/index.d.ts

@@ -161,3 +161,3 @@ /**

};
export declare const ListboxButton: import("@reach/utils").ComponentWithAs<"span", ListboxButtonProps>;
export declare const ListboxButton: import("@reach/utils").MemoExoticComponentWithAs<"span", ListboxButtonProps>;
/**

@@ -267,3 +267,3 @@ * @see Docs https://reacttraining.com/reach-ui/listbox#listboxbutton-props

*/
export declare const ListboxList: import("@reach/utils").ComponentWithAs<"ul", ListboxListProps>;
export declare const ListboxList: import("@reach/utils").ForwardRefExoticComponentWithAs<"ul", ListboxListProps>;
/**

@@ -280,3 +280,3 @@ * @see Docs https://reacttraining.com/reach-ui/listbox#listboxlist-props

*/
export declare const ListboxOption: import("@reach/utils").ComponentWithAs<"li", ListboxOptionProps>;
export declare const ListboxOption: import("@reach/utils").ForwardRefExoticComponentWithAs<"li", ListboxOptionProps>;
/**

@@ -336,3 +336,3 @@ * @see Docs https://reacttraining.com/reach-ui/listbox#listboxoption-props

*/
export declare const ListboxGroupLabel: import("@reach/utils").ComponentWithAs<"span", ListboxGroupLabelProps>;
export declare const ListboxGroupLabel: import("@reach/utils").ForwardRefExoticComponentWithAs<"span", ListboxGroupLabelProps>;
/**

@@ -339,0 +339,0 @@ * @see Docs https://reacttraining.com/reach-ui/listbox#listboxgroup-props

{
"name": "@reach/listbox",
"version": "0.10.4",
"version": "0.10.5",
"description": "Accessible React listbox input.",

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

"dependencies": {
"@reach/auto-id": "0.10.4",
"@reach/descendants": "0.10.4",
"@reach/machine": "0.10.4",
"@reach/popover": "0.10.4",
"@reach/utils": "0.10.4",
"@reach/auto-id": "0.10.5",
"@reach/descendants": "0.10.5",
"@reach/machine": "0.10.5",
"@reach/popover": "0.10.5",
"@reach/utils": "0.10.5",
"prop-types": "^15.7.2"

@@ -36,3 +36,3 @@ },

],
"gitHead": "a0c7b3672835b2a9f84732663bb0e78992541211"
"gitHead": "86a046f54d53b6420e392b3fa56dd991d9d4e458"
}
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