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

leaflet-tile-loading-progress-control

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

leaflet-tile-loading-progress-control - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

6

dist/Control.TileLoadingProgress.js
/* @preserve
* Leaflet Control TileLoadingProgress 1.0.5
* Leaflet Control TileLoadingProgress 1.0.6
* https://github.com/jbccollins/leaflet-tile-loading-progress-control

@@ -45,4 +45,4 @@ *

container.appendChild(loadingContainer);
container.appendChild(loadingText);
leafletElt._map.on('layeradd', function(e) {
container.appendChild(loadingText);
map.on('layeradd', function(e) {
var currentLayers = leafletElt.getLayers();

@@ -49,0 +49,0 @@ for (var i = 0; i < currentLayers.length; i++) {

{
"name": "leaflet-tile-loading-progress-control",
"version": "1.0.5",
"version": "1.0.6",
"description": "A leaflet control that indicates tile loading progress for a group of tile layers",

@@ -5,0 +5,0 @@ "main": "dist/Control.TileLoadingProgress.js",

@@ -31,4 +31,4 @@ import L from 'leaflet';

container.appendChild(loadingContainer);
container.appendChild(loadingText);
leafletElt._map.on('layeradd', function(e) {
container.appendChild(loadingText);
map.on('layeradd', function(e) {
var currentLayers = leafletElt.getLayers();

@@ -35,0 +35,0 @@ for (var i = 0; i < currentLayers.length; i++) {

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