Socket
Socket
Sign inDemoInstall

@react-google-maps/api

Package Overview
Dependencies
6
Maintainers
2
Versions
135
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.10.1 to 2.10.2

2

package.json
{
"name": "@react-google-maps/api",
"sideEffects": false,
"version": "2.10.1",
"version": "2.10.2",
"description": "React.js Google Maps API integration",

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

@@ -58,3 +58,3 @@ # @react-google-maps/api

const onLoad = React.useCallback(function callback(map) {
const bounds = new window.google.maps.LatLngBounds();
const bounds = new window.google.maps.LatLngBounds(center);
map.fitBounds(bounds);

@@ -61,0 +61,0 @@ setMap(map)

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc