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

react-geosuggest-plus

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-geosuggest-plus - npm Package Compare versions

Comparing version 1.13.4 to 1.13.5

10

dist/Geosuggest.js

@@ -69,2 +69,3 @@ /* global google */

this.geocoder = new googleMaps.Geocoder();
this._isMounted = true;
}

@@ -83,2 +84,7 @@

}
}, {
key: 'componentWillUnmount',
value: function componentWillUnmount() {
this._isMounted = false;
}

@@ -261,3 +267,5 @@ /**

setTimeout(function () {
_this5.setState({ isSuggestsHidden: true });
if (_this5._isMounted) {
_this5.setState({ isSuggestsHidden: true });
}
}, 100);

@@ -264,0 +272,0 @@ }

2

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

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

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