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
3
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.16 to 0.0.17

4

leaflet-maplibre-gl.js

@@ -10,5 +10,5 @@ (function (root, factory) {

// Browser globals (root is window)
root.returnExports = factory(window.L, window.maplibregl);
root.returnExports = factory(root.L, root.maplibregl);
}
}(this, function (L, maplibregl) {
}(typeof globalThis !== 'undefined' ? globalThis : this || self, function (L, maplibregl) {
L.MaplibreGL = L.Layer.extend({

@@ -15,0 +15,0 @@ options: {

{
"name": "@maplibre/maplibre-gl-leaflet",
"version": "0.0.16",
"version": "0.0.17",
"description": "binding from maplibre gl to the leaflet api",

@@ -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