Socket
Book a DemoSign in
Socket

react-leaflet-cluster-layer

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-leaflet-cluster-layer - npm Package Compare versions

Comparing version
0.0.2
to
0.0.3
+4
-0
CHANGELOG.md

@@ -0,1 +1,5 @@

# 0.0.3 Release
- Correct issue introduced with removal of 'moveend' listener
# 0.0.2 Release

@@ -2,0 +6,0 @@

@@ -148,2 +148,5 @@ 'use strict';

});
map.on('moveend', function () {
return _this2.recalculate();
});
};

@@ -150,0 +153,0 @@

+1
-1
{
"name": "react-leaflet-cluster-layer",
"version": "0.0.2",
"version": "0.0.3",
"description": "A custom layer for react-leaflet that makes plotting and clustering react components simple",

@@ -5,0 +5,0 @@ "main": "lib/ClusterLayer.js",

@@ -159,2 +159,3 @@ import React from 'react';

map.on('viewreset', () => this.recalculate());
map.on('moveend', () => this.recalculate());
}

@@ -161,0 +162,0 @@