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

mapbox-gl-draw-geodesic

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mapbox-gl-draw-geodesic - npm Package Compare versions

Comparing version 2.3.0-alpha.0 to 2.3.0

2

CHANGELOG.md
# Changelog
## 2.3.0
- upgrade to mapbox-gl-draw 1.4.3

@@ -4,0 +6,0 @@

2

dist/mapbox-gl-draw-geodesic.cjs.js

@@ -43,3 +43,2 @@ 'use strict';

}
function isCircleByTypeAndProperties(type, properties$1) {

@@ -63,3 +62,2 @@ return type === geojsonTypes.POLYGON && typeof properties$1[properties.CIRCLE_RADIUS] === 'number' && properties$1[properties.CIRCLE_RADIUS] > 0;

}
function getCircleRadius(geojson) {

@@ -66,0 +64,0 @@ if (!isCircle(geojson)) {

@@ -41,3 +41,2 @@ import MapboxDraw from '@mapbox/mapbox-gl-draw';

}
function isCircleByTypeAndProperties(type, properties$1) {

@@ -61,3 +60,2 @@ return type === geojsonTypes.POLYGON && typeof properties$1[properties.CIRCLE_RADIUS] === 'number' && properties$1[properties.CIRCLE_RADIUS] > 0;

}
function getCircleRadius(geojson) {

@@ -64,0 +62,0 @@ if (!isCircle(geojson)) {

@@ -99,3 +99,2 @@ (function (global, factory) {

}
function isCircleByTypeAndProperties(type, properties$1) {

@@ -119,3 +118,2 @@ return type === geojsonTypes.POLYGON && typeof properties$1[properties.CIRCLE_RADIUS] === 'number' && properties$1[properties.CIRCLE_RADIUS] > 0;

}
function getCircleRadius(geojson) {

@@ -122,0 +120,0 @@ if (!isCircle(geojson)) {

{
"name": "mapbox-gl-draw-geodesic",
"version": "2.3.0-alpha.0",
"version": "2.3.0",
"description": "Geodesic plugin for Mapbox GL Draw",

@@ -37,10 +37,10 @@ "keywords": [

"devDependencies": {
"@babel/core": "^7.23.0",
"@babel/plugin-transform-runtime": "^7.22.15",
"@babel/preset-env": "^7.22.20",
"@babel/runtime": "^7.23.1",
"@babel/core": "^7.23.5",
"@babel/plugin-transform-runtime": "^7.23.4",
"@babel/preset-env": "^7.23.5",
"@babel/runtime": "^7.23.5",
"@mapbox/mapbox-gl-draw": "^1.4.3",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.5",
"@rollup/plugin-node-resolve": "^15.2.2",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",

@@ -51,4 +51,4 @@ "jest": "^29.7.0",

"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"rollup-plugin-visualizer": "^5.9.2"
"rollup": "^4.6.1",
"rollup-plugin-visualizer": "^5.9.3"
},

@@ -55,0 +55,0 @@ "peerDependencies": {

@@ -32,3 +32,3 @@ # mapbox-gl-draw-geodesic

```
<script src="https://unpkg.com/mapbox-gl-draw-geodesic@2.2.5/dist/mapbox-gl-draw-geodesic.umd.min.js"></script>
<script src="https://unpkg.com/mapbox-gl-draw-geodesic@2.3.0/dist/mapbox-gl-draw-geodesic.umd.min.js"></script>
```

@@ -35,0 +35,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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