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 9.2.2 to 9.2.3

11

CHANGELOG.md

@@ -5,2 +5,13 @@ # Change Log

<a name="9.2.3"></a>
## [9.2.3](https://github.com/tomchentw/react-google-maps/compare/v9.2.2...v9.2.3) (2017-11-24)
### Bug Fixes
* **addons/MarkerClusterer:** add missed cluster class binding ([#706](https://github.com/tomchentw/react-google-maps/issues/706)) ([f008c2c](https://github.com/tomchentw/react-google-maps/commit/f008c2c))
* **InfoWindow:** do not remove container element on mount ([ed764c6](https://github.com/tomchentw/react-google-maps/commit/ed764c6)), closes [#696](https://github.com/tomchentw/react-google-maps/issues/696)
<a name="9.2.2"></a>

@@ -7,0 +18,0 @@ ## [9.2.2](https://github.com/tomchentw/react-google-maps/compare/v9.2.1...v9.2.2) (2017-11-03)

3

lib/components/addons/MarkerClusterer.js

@@ -389,2 +389,5 @@ "use strict"

},
clusterClass: function clusterClass(instance, _clusterClass) {
instance.setClusterClass(_clusterClass)
},
enableRetinaIcons: function enableRetinaIcons(instance, _enableRetinaIcons) {

@@ -391,0 +394,0 @@ instance.setEnableRetinaIcons(_enableRetinaIcons)

1

lib/components/InfoWindow.js

@@ -135,3 +135,2 @@ "use strict"

)
this.containerElement = undefined
return

@@ -138,0 +137,0 @@ }

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

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -298,2 +298,6 @@ import React from "react"

clusterClass(instance, clusterClass) {
instance.setClusterClass(clusterClass)
},
enableRetinaIcons(instance, enableRetinaIcons) {

@@ -300,0 +304,0 @@ instance.setEnableRetinaIcons(enableRetinaIcons)

@@ -118,3 +118,2 @@ /*

open(this.state[INFO_WINDOW], this.context[ANCHOR])
this.containerElement = undefined
return

@@ -121,0 +120,0 @@ }

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

open(this.state[INFO_WINDOW], this.context[ANCHOR])
this.containerElement = undefined
return

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