Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@google/markerclusterer

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google/markerclusterer - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.0.5](https://github.com/googlemaps/v3-utility-library/compare/@google/markerclusterer@2.0.4...@google/markerclusterer@2.0.5) (2019-12-17)
### Bug Fixes
* **markerclustererplus:** doc styles prop on MarketClusterer ([#588](https://github.com/googlemaps/v3-utility-library/issues/588)) ([15e7c15](https://github.com/googlemaps/v3-utility-library/commit/15e7c15f7d6eaf70a77625e4123009e48e9aa746))
## [2.0.4](https://github.com/googlemaps/v3-utility-library/compare/@google/markerclusterer@2.0.3...@google/markerclusterer@2.0.4) (2019-12-09)

@@ -8,0 +19,0 @@

3

dist/markerclusterer.esm.js

@@ -51,3 +51,3 @@ /**

* Default: google.maps.Marker.MAX_ZINDEX + 1
* 'styles': (object) An object that has style properties:
* 'styles': (Array.<Object>) An Array of single object that has style properties for all cluster:
* 'url': (string) The image url.

@@ -98,2 +98,3 @@ * 'height': (number) The image height.

/**
* @type {Array.<Object>}
* @private

@@ -100,0 +101,0 @@ */

{
"name": "@google/markerclusterer",
"version": "2.0.4",
"version": "2.0.5",
"description": "The library creates and manages per-zoom-level clusters for large amounts of markers.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -51,3 +51,3 @@ /**

* Default: google.maps.Marker.MAX_ZINDEX + 1
* 'styles': (object) An object that has style properties:
* 'styles': (Array.<Object>) An Array of single object that has style properties for all cluster:
* 'url': (string) The image url.

@@ -98,2 +98,3 @@ * 'height': (number) The image height.

/**
* @type {Array.<Object>}
* @private

@@ -100,0 +101,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