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 8.4.0 to 8.4.1

10

CHANGELOG.md

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

<a name="8.4.1"></a>
## [8.4.1](https://github.com/tomchentw/react-google-maps/compare/v8.4.0...v8.4.1) (2017-10-11)
### Bug Fixes
* **OverlayView:** typo of `FLOAT_PANE` ([0eac8c8](https://github.com/tomchentw/react-google-maps/commit/0eac8c8)), closes [#658](https://github.com/tomchentw/react-google-maps/issues/658)
<a name="8.4.0"></a>

@@ -7,0 +17,0 @@ # [8.4.0](https://github.com/tomchentw/react-google-maps/compare/v8.3.5...v8.4.0) (2017-10-10)

2

lib/components/OverlayView.js

@@ -257,3 +257,3 @@ "use strict"

OverlayView.LOAT_PANE = "floatPane"
OverlayView.FLOAT_PANE = "floatPane"
OverlayView.MAP_PANE = "mapPane"

@@ -260,0 +260,0 @@ OverlayView.MARKER_LAYER = "markerLayer"

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

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

@@ -28,3 +28,3 @@ /*

export class OverlayView extends React.PureComponent {
static LOAT_PANE = `floatPane`
static FLOAT_PANE = `floatPane`
static MAP_PANE = `mapPane`

@@ -31,0 +31,0 @@ static MARKER_LAYER = `markerLayer`

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

export class OverlayView extends React.PureComponent {
static LOAT_PANE = `floatPane`
static FLOAT_PANE = `floatPane`
static MAP_PANE = `mapPane`

@@ -31,0 +31,0 @@ static MARKER_LAYER = `markerLayer`

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