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

veldapps-leaflet-js

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

veldapps-leaflet-js - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

6

CHANGELOG.md

@@ -1,3 +0,7 @@

### 2022/09/16 (1.0.7)
### 2022/09/24 (1.0.9)
* Fixes a bug where the error "L is not defined" would be thrown while requiring the wicket module
### 2022/09/16 (1.0.8)
* Adds [layers/4326.js](src/leafletjs.com/:)

@@ -4,0 +8,0 @@ * Adds new known CRS

2

package.json
{
"name": "veldapps-leaflet-js",
"version": "1.0.8",
"version": "1.0.9",
"description": "Leaflet package for Veldapps apps",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -17,4 +17,4 @@ define(function(require) {

minZoom: 0,
maxZoom: 19,
// maxNativeZoom: 16,
maxZoom: 22,
maxNativeZoom: 19,
continuousWorld: true

@@ -21,0 +21,0 @@ }),

@@ -1,2 +0,2 @@

define(["./bower_components/Wicket/wicket"], function(wicket) {
define(["./node_modules/leaflet/dist/leaflet-src", "./bower_components/Wicket/wicket"], function(L, wicket) {

@@ -3,0 +3,0 @@ window.Wkt = wicket;

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