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

@reach/combobox

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reach/combobox - npm Package Compare versions

Comparing version 0.10.4 to 0.10.5

10

dist/index.d.ts

@@ -27,3 +27,3 @@ /**

*/
export declare const Combobox: import("@reach/utils").ComponentWithAs<"div", ComboboxProps>;
export declare const Combobox: import("@reach/utils").ForwardRefExoticComponentWithAs<"div", ComboboxProps>;
/**

@@ -68,3 +68,3 @@ * @see Docs https://reacttraining.com/reach-ui/combobox#combobox-props

*/
export declare const ComboboxInput: import("@reach/utils").ComponentWithAs<"input", ComboboxInputProps>;
export declare const ComboboxInput: import("@reach/utils").ForwardRefExoticComponentWithAs<"input", ComboboxInputProps>;
/**

@@ -136,3 +136,3 @@ * @see Docs https://reacttraining.com/reach-ui/combobox#comboboxinput-props

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

@@ -164,3 +164,3 @@ * @see Docs https://reacttraining.com/reach-ui/combobox#comboboxlist-props

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

@@ -215,3 +215,3 @@ * @see Docs https://reacttraining.com/reach-ui/combobox#comboboxoption-props

*/
export declare const ComboboxButton: import("@reach/utils").ComponentWithAs<"button", {}>;
export declare const ComboboxButton: import("@reach/utils").ForwardRefExoticComponentWithAs<"button", {}>;
/**

@@ -218,0 +218,0 @@ * Escape regexp special characters in `str`

{
"name": "@reach/combobox",
"version": "0.10.4",
"version": "0.10.5",
"description": "Accessible React Combobox (Autocomplete).",

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

"dependencies": {
"@reach/auto-id": "0.10.4",
"@reach/descendants": "0.10.4",
"@reach/popover": "0.10.4",
"@reach/portal": "0.10.4",
"@reach/utils": "0.10.4",
"@reach/auto-id": "0.10.5",
"@reach/descendants": "0.10.5",
"@reach/popover": "0.10.5",
"@reach/portal": "0.10.5",
"@reach/utils": "0.10.5",
"highlight-words-core": "1.2.2",

@@ -38,3 +38,3 @@ "prop-types": "^15.7.2",

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