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

use-places-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-places-autocomplete - npm Package Compare versions

Comparing version 1.10.0 to 1.10.1

4

dist/index.d.ts

@@ -20,5 +20,7 @@ declare module "use-places-autocomplete" {

export type Status = `${google.maps.places.PlacesServiceStatus}` | "";
export interface Suggestions {
readonly loading: boolean;
readonly status: string;
readonly status: Status;
data: Suggestion[];

@@ -25,0 +27,0 @@ }

{
"name": "use-places-autocomplete",
"version": "1.10.0",
"version": "1.10.1",
"description": "React hook for Google Maps Places Autocomplete.",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -33,3 +33,3 @@ # <em><b>USE-PLACES-AUTOCOMPLETE</b></em>

- ⌨️ Builds a UX-rich component (e.g. [WAI-ARIA compliant](https://rawgit.com/w3c/aria-practices/master/aria-practices-DeletedSectionsArchive.html#autocomplete) and keyword support) via comprehensive [demo code](demo/App/index.tsx).
- πŸ¦” Tiny size ([~ 1.6KB gzipped](https://bundlephobia.com/result?p=use-places-autocomplete)). No external dependencies, aside for the `react`.
- πŸ¦” Tiny size ([~ 1.7KB gzipped](https://bundlephobia.com/result?p=use-places-autocomplete)). No external dependencies, aside for the `react`.

@@ -36,0 +36,0 @@ ## Requirement

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