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 0.2.3 to 0.2.4

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### 0.2.4 (2014-12-16)
#### Features
* **Map:** expose fitBounds as public API ([c64da722](https://github.com/tomchentw/react-google-maps/commit/c64da7225c0ed88a03104d34a7cbd2bdbe46b22a))
### 0.2.3 (2014-11-27)

@@ -2,0 +10,0 @@

@@ -81,2 +81,8 @@ "use strict";

fitBounds:function (latLngBounds) {
ensure_map_created(this, function(map) {
map.fitBounds(latLngBounds);
});
},
getInitialState:function () {

@@ -83,0 +89,0 @@ return {

2

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

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

@@ -81,2 +81,8 @@ "use strict";

fitBounds (latLngBounds) {
ensure_map_created(this, (map) => {
map.fitBounds(latLngBounds);
});
},
getInitialState () {

@@ -83,0 +89,0 @@ return {

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