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

esri-leaflet-cluster

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esri-leaflet-cluster - npm Package Versions

3.0.1

Diff

Changelog

Source

[3.0.1] - 2023-02-23

Fixed

  • Popup/tooltip issue (#65)

Changed

  • Package maintenance - updated dependencies, unit testing, etc. (#63)
gavinr
published 3.0.0 •

Changelog

Source

[3.0.0] - 2022-02-25

Breaking Changes

  • Leaflet, Esri Leaflet, and leaflet.markercluster are now peerDependencies so that consumers can install whichever version they want.

Fixed

Changed

  • Updated dependencies (#51)
esri_dev
published 2.1.0 •

Changelog

Source

[2.1.0] - 2020-06-22

Changed

  • Updated dependencies (#33)
  • port createNewLayer from L.esri.featureLayer for renderer plugin (#31)
esri_dev
published 2.0.1 •

Changelog

Source

[2.0.1]

Changed

  • Updated dependencies (#20)
esri_dev
published 2.0.0 •

Changelog

Source

[2.0.0]

Breaking Changes

  • Namespace change (~~L.esri.Cluster.clusteredFeatureLayer~~ is now L.esri.Cluster.featureLayer )
  • repository and npm package have been renamed esri-leaflet-cluster~~ed-feature-layer~~ for brevity's sake

Added

  • The build system has been refactored to use latest Rollup and Rollup plugins.
  • Reworked bundling directives for various modules systems to resolve and simplify various issues
    • WebPack users no longer have to use the Babel loader.
    • Babelify with Babel 6 now works

Removed

  • bindPopup and unbindPopup logic have been removed from this plugin. Equivalent functionality is available via L.Layer in Leaflet itself.
clusterLayer.bindPopup(function (layer) {
  return "attribute value is: " + layer.feature.properties.ATTRIBUTENAME;
});
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