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

react-google-maps

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-google-maps - npm Package Compare versions

Comparing version 4.10.2 to 4.10.3

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="4.10.3"></a>
## [4.10.3](https://github.com/tomchentw/react-google-maps/compare/v4.10.2...v4.10.3) (2016-05-29)
### Bug Fixes
* **GoogleMapLoader:** handle unmount ref case ([334c5c9](https://github.com/tomchentw/react-google-maps/commit/334c5c9))
<a name="4.10.2"></a>

@@ -2,0 +12,0 @@ ## [4.10.2](https://github.com/tomchentw/react-google-maps/compare/v4.10.1...v4.10.2) (2016-05-29)

2

lib/GoogleMapLoader.js

@@ -45,3 +45,3 @@ "use strict";

value: function mountGoogleMap(domEl) {
if (this.state.map) {
if (this.state.map || domEl === null) {
return;

@@ -48,0 +48,0 @@ }

{
"name": "react-google-maps",
"version": "4.10.2",
"version": "4.10.3",
"description": "React.js Google Maps integration component",

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

@@ -28,3 +28,3 @@ import {

mountGoogleMap(domEl) {
if (this.state.map) {
if (this.state.map || domEl === null) {
return;

@@ -31,0 +31,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