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

@maplibre/maplibre-gl-leaflet

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@maplibre/maplibre-gl-leaflet - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

6

CHANGELOG.md

@@ -7,2 +7,8 @@ # Change Log

## 0.0.22 - 2024-07-08
### Fixed
- Fix [#29](https://github.com/maplibre/maplibre-gl-leaflet/issues/58) - added missing guard for empty object
## 0.0.20 - 2023-09-19

@@ -9,0 +15,0 @@

3

leaflet-maplibre-gl.js

@@ -158,2 +158,5 @@ (function (root, factory) {

_update: function (e) {
if (!this._map) {
return;
}
// update the offset so we can correct for it later when we zoom

@@ -160,0 +163,0 @@ this._offset = this._map.containerPointToLayerPoint([0, 0]);

2

package.json
{
"name": "@maplibre/maplibre-gl-leaflet",
"version": "0.0.21",
"version": "0.0.22",
"description": "Supports adding Maplibre GL Web to a Leaflet Map as a layer",

@@ -5,0 +5,0 @@ "main": "leaflet-maplibre-gl.js",

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