Socket
Socket
Sign inDemoInstall

react-geosuggest

Package Overview
Dependencies
Maintainers
3
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-geosuggest - npm Package Compare versions

Comparing version 1.11.0 to 1.11.1

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### 1.11.1 (2015-10-12)
#### Bug Fixes
* upgrade code to 0.14, too ([c5f64d47](https://github.com/ubilabs/react-geosuggest/commit/c5f64d47befef21c620bee1db41e86ffc1592194))
## 1.11.0 (2015-10-12)

@@ -2,0 +10,0 @@

2

module/Geosuggest.js

@@ -78,3 +78,3 @@ /* global google */

onInputChange: function onInputChange() {
var userInput = this.refs.geosuggestInput.getDOMNode().value;
var userInput = this.refs.geosuggestInput.value;

@@ -81,0 +81,0 @@ this.setState({ userInput: userInput }, (function () {

{
"name": "react-geosuggest",
"version": "1.11.0",
"version": "1.11.1",
"description": "A React autosuggest for the Google Maps Places API.",

@@ -29,2 +29,3 @@ "main": "module/Geosuggest.js",

"light-server": "^1.0.3",
"react-dom": "^0.14.0",
"uglifyjs": "^2.4.10"

@@ -31,0 +32,0 @@ },

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