Socket
Socket
Sign inDemoInstall

mac-react-google-autocomplete

Package Overview
Dependencies
7
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.1 to 2.6.2

8

package.json
{
"name": "mac-react-google-autocomplete",
"version": "2.6.1",
"version": "2.6.2",
"description": "React component for google autocomplete.",

@@ -13,3 +13,3 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/ErrorPro/mac-react-google-autocomplete.git"
"url": "git+https://github.com/ma-c-kik/mac-react-google-autocomplete.git"
},

@@ -40,5 +40,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/ErrorPro/mac-react-google-autocomplete/issues"
"url": "https://github.com/ma-c-kik/mac-react-google-autocomplete/issues"
},
"homepage": "https://github.com/ErrorPro/mac-react-google-autocomplete#readme",
"homepage": "https://github.com/ma-c-kik/mac-react-google-autocomplete#readme",
"dependencies": {

@@ -45,0 +45,0 @@ "lodash.debounce": "^4.0.8",

![](/docs/example.gif)
![](https://img.badgesize.io/ErrorPro/mac-react-google-autocomplete/master/lib/ReactGoogleAutocomplete.js?compression=gzip&label=gzip)
![](https://img.badgesize.io/ErrorPro/mac-react-google-autocomplete/master/lib/ReactGoogleAutocomplete.js?compression=brotli&label=brotli)
![](https://img.badgesize.io/ma-c-kik/mac-react-google-autocomplete/master/lib/ReactGoogleAutocomplete.js?compression=gzip&label=gzip)
![](https://img.badgesize.io/ma-c-kik/mac-react-google-autocomplete/master/lib/ReactGoogleAutocomplete.js?compression=brotli&label=brotli)
![](https://badgen.net/npm/dm/mac-react-google-autocomplete)
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://GitHub.com/ErrorPro/mac-react-google-autocomplete/master/LICENSE)
[![GitHub license](https://img.shields.io/github/license/Naereen/StrapDown.js.svg)](https://GitHub.com/ma-c-kik/mac-react-google-autocomplete/master/LICENSE)

@@ -93,4 +93,4 @@ ## The package provides 3 tools for working with google places services:

![](https://img.badgesize.io/ErrorPro/mac-react-google-autocomplete/master/lib/usePlacesWidget.js?compression=brotli&label=brotli)
![](https://img.badgesize.io/ErrorPro/mac-react-google-autocomplete/master/lib/usePlacesWidget.js?compression=gzip&label=gzip)
![](https://img.badgesize.io/ma-c-kik/mac-react-google-autocomplete/master/lib/usePlacesWidget.js?compression=brotli&label=brotli)
![](https://img.badgesize.io/ma-c-kik/mac-react-google-autocomplete/master/lib/usePlacesWidget.js?compression=gzip&label=gzip)

@@ -127,4 +127,4 @@ Is a hook that has a single config argument. It has exactly the same interface as ReactGoogleAutocomplete props. This hook is actually used in the ReactGoogleAutocomplete component.

![](https://img.badgesize.io/ErrorPro/mac-react-google-autocomplete/master/lib/usePlacesAutocompleteService.js?compression=brotli&label=brotli)
![](https://img.badgesize.io/ErrorPro/mac-react-google-autocomplete/master/lib/usePlacesAutocompleteService.js?compression=gzip&label=gzip)
![](https://img.badgesize.io/ma-c-kik/mac-react-google-autocomplete/master/lib/usePlacesAutocompleteService.js?compression=brotli&label=brotli)
![](https://img.badgesize.io/ma-c-kik/mac-react-google-autocomplete/master/lib/usePlacesAutocompleteService.js?compression=gzip&label=gzip)

@@ -285,3 +285,3 @@ This is an initial implementation of debounced google places autocomplete service. It gives you an option to reduce the amount of requests sent to google which reduce your costs. For the time being we decided to use `lodash.debounce` to save time and in the later versions we might write our own implementation of debounce with hooks. Because it uses lodash we also decided to not put it into the index library file so it lives in its own file and could be only imported by it.

- You have included the Google Maps JavaScript API multiple times on this page. [Solution](https://github.com/ErrorPro/mac-react-google-autocomplete/issues/89#issuecomment-846583668)
- You have included the Google Maps JavaScript API multiple times on this page. [Solution](https://github.com/ma-c-kik/mac-react-google-autocomplete/issues/89#issuecomment-846583668)

@@ -288,0 +288,0 @@ ## Contribution

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc