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

google-address-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

google-address-autocomplete - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

7

package.json
{
"name": "google-address-autocomplete",
"version": "1.1.1",
"version": "1.2.0",
"description": "This is a package that gives an input address autocomplete by using Google's lookup.",
"repository": {
"type": "git",
"url": "https://github.com/dericcain/google-address-autocomplete.git"
},
"keywords": [

@@ -28,3 +24,2 @@ "autocomplete",

"husky": "^0.14.3",
"lint-staged": "^4.2.3",
"prettier": "^1.7.4",

@@ -31,0 +26,0 @@ "rollup": "^0.50.0",

9

README.md

@@ -101,3 +101,8 @@ # Google Address Autocomplete

```
> **NOTE:** You can use it for multiple fields on a page like so:
```JavaScript
new AddressAutocomplete('.shipping-address', result => console.log(result));
new AddressAutocomplete('.billing-address', result => console.log(result));
```
Just bind it to all of the form elements that need autocomplete.
## Contributing

@@ -107,2 +112,2 @@ See [the contributing guide](./CONTRIBUTING.md)

## Issues
If you find an issue, submit it and let's fix it!
If you find an issue, submit it and let's fix it!
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