Socket
Socket
Sign inDemoInstall

@react-google-maps/api

Package Overview
Dependencies
Maintainers
1
Versions
135
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-google-maps/api - npm Package Compare versions

Comparing version 1.2.3-alpha.4 to 1.2.3-alpha.5

34

lib/components/addons/MarkerClusterer.d.ts

@@ -13,19 +13,19 @@ /// <reference types="googlemaps" />

calculator?: TCalculator;
clusterClass: string;
enableRetinaIcons: boolean;
gridSize: number;
ignoreHidden: boolean;
imageExtension: string;
imagePath: string;
imageSizes: number[];
maxZoom: number;
minimumClusterSize: number;
styles: ClusterIconStyle[];
title: string;
zoomOnClick: boolean;
onClick: (cluster: Cluster) => void;
onClusteringBegin: (markerClusterer: Clusterer) => void;
onClusteringEnd: (markerClusterer: Clusterer) => void;
onMouseOver: (cluster: Cluster) => void;
onMouseOut: (cluster: Cluster) => void;
clusterClass?: string;
enableRetinaIcons?: boolean;
gridSize?: number;
ignoreHidden?: boolean;
imageExtension?: string;
imagePath?: string;
imageSizes?: number[];
maxZoom?: number;
minimumClusterSize?: number;
styles?: ClusterIconStyle[];
title?: string;
zoomOnClick?: boolean;
onClick?: (cluster: Cluster) => void;
onClusteringBegin?: (markerClusterer: Clusterer) => void;
onClusteringEnd?: (markerClusterer: Clusterer) => void;
onMouseOver?: (cluster: Cluster) => void;
onMouseOut?: (cluster: Cluster) => void;
onLoad?: (markerClusterer: Clusterer) => void;

@@ -32,0 +32,0 @@ onUnmount?: (markerClusterer: Clusterer) => void;

{
"name": "@react-google-maps/api",
"version": "1.2.3-alpha.4",
"version": "1.2.3-alpha.5",
"description": "React.js Google Maps API integration",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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