@turf/line-to-polygon
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 | ||
@@ -31,3 +28,2 @@ import { bbox as turfBBox } from "@turf/bbox"; | ||
} | ||
__name(lineToPolygon, "lineToPolygon"); | ||
function lineStringToPolygon(line, properties, autoComplete, orderCoords) { | ||
@@ -67,3 +63,2 @@ properties = properties ? properties : line.type === "Feature" ? line.properties : {}; | ||
} | ||
__name(lineStringToPolygon, "lineStringToPolygon"); | ||
function autoCompleteCoords(coords) { | ||
@@ -81,3 +76,2 @@ var first = coords[0]; | ||
} | ||
__name(autoCompleteCoords, "autoCompleteCoords"); | ||
function calculateArea(bbox) { | ||
@@ -90,3 +84,2 @@ var west = bbox[0]; | ||
} | ||
__name(calculateArea, "calculateArea"); | ||
var turf_line_to_polygon_default = lineToPolygon; | ||
@@ -93,0 +86,0 @@ export { |
{ | ||
"name": "@turf/line-to-polygon", | ||
"version": "7.0.0", | ||
"version": "7.1.0-alpha.7+0ce6ecca0", | ||
"description": "turf line-to-polygon module", | ||
@@ -71,9 +71,9 @@ "author": "Turf Authors", | ||
"dependencies": { | ||
"@turf/bbox": "^7.0.0", | ||
"@turf/clone": "^7.0.0", | ||
"@turf/helpers": "^7.0.0", | ||
"@turf/invariant": "^7.0.0", | ||
"@turf/bbox": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/clone": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/invariant": "^7.1.0-alpha.7+0ce6ecca0", | ||
"tslib": "^2.6.2" | ||
}, | ||
"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
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
28133
199
1
1