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.11.1 to 0.11.2

10

dist/index.d.ts

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

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

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

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

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

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

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

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

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

*/
export declare const ComboboxButton: import("../../utils/src").ForwardRefExoticComponentWithAs<"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.11.1",
"version": "0.11.2",
"description": "Accessible React Combobox (Autocomplete).",

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

"dependencies": {
"@reach/auto-id": "0.11.1",
"@reach/descendants": "0.11.1",
"@reach/popover": "0.11.1",
"@reach/portal": "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/portal": "0.11.2",
"@reach/utils": "0.11.2",
"highlight-words-core": "1.2.2",

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

],
"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