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.1.0 to 9.2.0

10

CHANGELOG.md

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

<a name="9.2.0"></a>
# [9.2.0](https://github.com/tomchentw/react-google-maps/compare/v9.1.0...v9.2.0) (2017-10-26)
### Features
* **places/SearchBox:** allow other elements around SearchBox input ([238a352](https://github.com/tomchentw/react-google-maps/commit/238a352))
<a name="9.1.0"></a>

@@ -7,0 +17,0 @@ # [9.1.0](https://github.com/tomchentw/react-google-maps/compare/v9.0.3...v9.1.0) (2017-10-26)

2

lib/components/places/SearchBox.js

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

var searchBox = new google.maps.places.SearchBox(
this.containerElement.firstChild
this.containerElement.querySelector("input")
)

@@ -190,0 +190,0 @@ ;(0, _MapChildHelper.construct)(

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

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

@@ -127,3 +127,3 @@ /*

const searchBox = new google.maps.places.SearchBox(
this.containerElement.firstChild
this.containerElement.querySelector("input")
)

@@ -130,0 +130,0 @@ construct(SearchBox.propTypes, updaterMap, this.props, searchBox)

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

const searchBox = new google.maps.places.SearchBox(
this.containerElement.firstChild
this.containerElement.querySelector('input')
)

@@ -116,0 +116,0 @@ construct(SearchBox.propTypes, updaterMap, this.props, searchBox)

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