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 2.1.0 to 2.1.1

9

CHANGELOG.md

@@ -0,1 +1,10 @@

<a name"2.1.1"></a>
### 2.1.1 (2015-09-30)
#### Bug Fixes
* **InfoBox:** typo when update InfoBox children ([a66852c4](https://github.com/tomchentw/react-google-maps/commit/a66852c4), closes [#120](https://github.com/tomchentw/react-google-maps/issues/120))
<a name"2.1.0"></a>

@@ -2,0 +11,0 @@ ## 2.1.0 (2015-09-08)

2

lib/addons/addonsCreators/InfoBoxCreator.js

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

children: function children(_children, component) {
(0, _utilsSetContentForOptionalReactElement2["default"])(_children, component.getInfoWindow());
(0, _utilsSetContentForOptionalReactElement2["default"])(_children, component.getInfoBox());
},

@@ -67,0 +67,0 @@ content: function content(_content, component) {

{
"__template__gist__": "https://gist.github.com/tomchentw/368a93bb748ad9d576f1#file-package-json",
"name": "react-google-maps",
"version": "2.1.0",
"version": "2.1.1",
"description": "React.js Google Maps integration component",

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

@@ -34,3 +34,3 @@ # react-google-maps [![Travis CI][travis-image]][travis-url] [![Quality][codeclimate-image]][codeclimate-url] [![Coverage][codeclimate-coverage-image]][codeclimate-coverage-url] [![Dependencies][gemnasium-image]][gemnasium-url] [![Gitter][gitter-image]][gitter-url]

Install `docker@^1.6.2`, `docker-compose@^1.3.0` and optionally `boot2docker@^1.6.2`. Then,
Install `docker@^1.8.2`, `docker-compose@^1.4.0` and optionally `docker-machine@^0.4.1`. Then,

@@ -43,8 +43,10 @@ ```shell

**192.168.59.103** is actually your ip from `boot2docker ip`.
**192.168.59.103** is actually your ip from `docker-machine ip`.
If you change code in your local, you'll need to rebuild the image to make changes happen.
If you're previously using `boot2docker`, you may want to migrate to [docker-machine](https://docs.docker.com/machine/migrate-to-machine/) instead.
```shell
docker-compose rebuild
docker-compose build
```

@@ -51,0 +53,0 @@

@@ -10,3 +10,3 @@ import {

skeletonControlledPropTypes,
skeletonEventPropTypes
skeletonEventPropTypes,
} from "./creators/SkeletonCreator";

@@ -13,0 +13,0 @@

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

const infoBoxUpdaters = {
children (children, component) { setContentForOptionalReactElement(children, component.getInfoWindow()); },
children (children, component) { setContentForOptionalReactElement(children, component.getInfoBox()); },
content (content, component) { component.getInfoBox().setContent(content); },

@@ -31,0 +31,0 @@ options (options, component) { component.getInfoBox().setOptions(options); },

@@ -10,3 +10,3 @@ import {

circleControlledPropTypes,
circleEventPropTypes
circleEventPropTypes,
} from "./creators/CircleCreator";

@@ -13,0 +13,0 @@

import {
default as React,
PropTypes,
Component
Component,
} from "react";

@@ -6,0 +6,0 @@

@@ -10,3 +10,3 @@ import {

infoWindowControlledPropTypes,
infoWindowEventPropTypes
infoWindowEventPropTypes,
} from "./creators/InfoWindowCreator";

@@ -13,0 +13,0 @@

@@ -10,3 +10,3 @@ import {

markerControlledPropTypes,
markerEventPropTypes
markerEventPropTypes,
} from "./creators/MarkerCreator";

@@ -13,0 +13,0 @@

@@ -10,3 +10,3 @@ import {

rectangleControlledPropTypes,
rectangleEventPropTypes
rectangleEventPropTypes,
} from "./creators/RectangleCreator";

@@ -13,0 +13,0 @@

import {
default as React,
Component,
findDOMNode
} from "react";

@@ -11,3 +10,3 @@

searchBoxControlledPropTypes,
searchBoxEventPropTypes
searchBoxEventPropTypes,
} from "./creators/SearchBoxCreator";

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