Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

react-geosuggest

Package Overview
Dependencies
34
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.8.0

npm-debug.log.3a5475d33a2b2651e0ce5b69d27f51d3

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## 1.8.0 (2015-09-01)
#### Features
* **input:** add method to change the value of the user input ([44d86f5](https://github.com/ubilabs/react-geosuggest/commit/44d86f5842765b72cb3db073feb016f750898e1f)
## 1.7.0 (2015-08-19)

@@ -2,0 +9,0 @@

@@ -61,2 +61,10 @@ /* global google */

/**
* Update the value of the user input
* @param {String} value the new value of the user input
*/
update: function update(value) {
this.setState({ userInput: value });
},
/*

@@ -63,0 +71,0 @@ * Clear the input and close the suggestion pane

2

package.json
{
"name": "react-geosuggest",
"version": "1.7.0",
"version": "1.8.0",
"description": "A React autosuggest for the Google Maps Places API.",

@@ -5,0 +5,0 @@ "main": "module/Geosuggest.js",

@@ -137,5 +137,8 @@ # React Geosuggest

#### clear
It is possible to clear the value of the input contained within the GeoSuggest component by calling the `clear` function.
#### update(value)
It is possible to update the value of the input contained within the GeoSuggest component by calling the `update` function with a new desired `value` of the type String.
#### clear()
It is also possible to clear the value of the input contained within the GeoSuggest component by calling the `clear` function.
### Example

@@ -142,0 +145,0 @@

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