@turf/concave
Advanced tools
Comparing version 7.0.0 to 7.1.0-alpha.7
@@ -1,4 +0,1 @@ | ||
var __defProp = Object.defineProperty; | ||
var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); | ||
// index.ts | ||
@@ -64,7 +61,5 @@ import { distance } from "@turf/distance"; | ||
} | ||
__name(lineDissolve, "lineDissolve"); | ||
function coordId(coord) { | ||
return coord[0].toString() + "," + coord[1].toString(); | ||
} | ||
__name(coordId, "coordId"); | ||
function mergeLineStrings(a, b) { | ||
@@ -91,3 +86,2 @@ const coords1 = a.geometry.coordinates; | ||
} | ||
__name(mergeLineStrings, "mergeLineStrings"); | ||
@@ -119,3 +113,2 @@ // lib/turf-polygon-dissolve.ts | ||
} | ||
__name(polygonDissolve, "polygonDissolve"); | ||
@@ -152,3 +145,2 @@ // lib/turf-dissolve.ts | ||
} | ||
__name(dissolve, "dissolve"); | ||
function getHomogenousType(geojson) { | ||
@@ -165,3 +157,2 @@ const types = {}; | ||
} | ||
__name(getHomogenousType, "getHomogenousType"); | ||
@@ -192,3 +183,2 @@ // index.ts | ||
} | ||
__name(concave, "concave"); | ||
function removeDuplicates(points) { | ||
@@ -209,3 +199,2 @@ const cleaned = []; | ||
} | ||
__name(removeDuplicates, "removeDuplicates"); | ||
var turf_concave_default = concave; | ||
@@ -212,0 +201,0 @@ export { |
{ | ||
"name": "@turf/concave", | ||
"version": "7.0.0", | ||
"version": "7.1.0-alpha.7+0ce6ecca0", | ||
"description": "turf concave module", | ||
@@ -79,8 +79,8 @@ "author": "Turf Authors", | ||
"dependencies": { | ||
"@turf/clone": "^7.0.0", | ||
"@turf/distance": "^7.0.0", | ||
"@turf/helpers": "^7.0.0", | ||
"@turf/invariant": "^7.0.0", | ||
"@turf/meta": "^7.0.0", | ||
"@turf/tin": "^7.0.0", | ||
"@turf/clone": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/distance": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/invariant": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/meta": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/tin": "^7.1.0-alpha.7+0ce6ecca0", | ||
"topojson-client": "3.x", | ||
@@ -90,3 +90,3 @@ "topojson-server": "3.x", | ||
}, | ||
"gitHead": "3d3a7917025fbabe191dbddbc89754b86f9c7739" | ||
"gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea" | ||
} |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
52630
405
1
1