Socket
Socket
Sign inDemoInstall

google-react-maps

Package Overview
Dependencies
10
Maintainers
2
Versions
133
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

10

dist/components/searchBox.js

@@ -80,4 +80,4 @@ 'use strict';

if (this.props.autoRefreshPlaces) {
this.boundsListener = map.addListener('bounds_changed', function () {
this.boundsListener = map.addListener('bounds_changed', function () {
if (_this2.props.autoRefreshPlaces) {
if (_this2.timer) {

@@ -102,5 +102,5 @@ clearTimeout(_this2.timer);

}
}, 5000);
});
}
}, 1000);
}
});

@@ -107,0 +107,0 @@ this.placesListener = searchBox.addListener('places_changed', function () {

{
"name": "google-react-maps",
"version": "1.3.0",
"version": "1.3.1",
"description": "A more powerfully custom version of the Google Maps Javascript API built for React. Multiple Datalayer support. GEOJSON Enabled.",

@@ -5,0 +5,0 @@ "main": "dist/components/index.js",

Sorry, the diff of this file is not supported yet

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