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

@reach/combobox

Package Overview
Dependencies
Maintainers
3
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.5.0 to 0.5.3

12

index.d.ts

@@ -164,3 +164,3 @@ /**

*/
declare const Combobox: React.FunctionComponent<ComboboxProps>;
export const Combobox: React.FunctionComponent<ComboboxProps>;

@@ -172,3 +172,3 @@ /**

*/
declare const ComboboxInput: React.FunctionComponent<ComboboxInputProps>;
export const ComboboxInput: React.FunctionComponent<ComboboxInputProps>;

@@ -182,3 +182,3 @@ /**

*/
declare const ComboboxPopover: React.FunctionComponent<ComboboxPopoverProps>;
export const ComboboxPopover: React.FunctionComponent<ComboboxPopoverProps>;

@@ -191,3 +191,3 @@ /**

*/
declare const ComboboxList: React.FunctionComponent<ComboboxListProps>;
export const ComboboxList: React.FunctionComponent<ComboboxListProps>;

@@ -199,3 +199,3 @@ /**

*/
declare const ComboboxOption: React.FunctionComponent<ComboboxOptionProps>;
export const ComboboxOption: React.FunctionComponent<ComboboxOptionProps>;

@@ -213,2 +213,2 @@ /**

*/
declare const ComboboxOptionText: React.FunctionComponent;
export const ComboboxOptionText: React.FunctionComponent;
{
"name": "@reach/combobox",
"version": "0.5.0",
"version": "0.5.3",
"description": "Accessible React Combobox (Autocomplete).",

@@ -13,3 +13,3 @@ "author": "React Training <hello@reacttraining.com>",

"dependencies": {
"@reach/auto-id": "^0.5.0",
"@reach/auto-id": "^0.5.3",
"@reach/popover": "^0.5.0",

@@ -40,3 +40,3 @@ "@reach/portal": "^0.5.0",

],
"gitHead": "7e33672d882cd6df77ac8cdb76b6b4a21dbf28c2"
"gitHead": "29e599938054fd0601f347f66d8671e690ecf879"
}
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