@turf/concave
Advanced tools
Comparing version 7.1.0-alpha.7 to 7.1.0-alpha.70
{ | ||
"name": "@turf/concave", | ||
"version": "7.1.0-alpha.7+0ce6ecca0", | ||
"version": "7.1.0-alpha.70+948cdafaf", | ||
"description": "turf concave module", | ||
@@ -79,8 +79,9 @@ "author": "Turf Authors", | ||
"dependencies": { | ||
"@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", | ||
"@turf/clone": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/distance": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/helpers": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/invariant": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/meta": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/tin": "^7.1.0-alpha.70+948cdafaf", | ||
"@types/geojson": "^7946.0.10", | ||
"topojson-client": "3.x", | ||
@@ -90,3 +91,3 @@ "topojson-server": "3.x", | ||
}, | ||
"gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea" | ||
"gitHead": "948cdafaf70606d2e27fcc79973fa48ee1182067" | ||
} |
@@ -12,8 +12,8 @@ # @turf/concave | ||
* `points` **[FeatureCollection][3]<[Point][4]>** input points | ||
* `options` **[Object][5]** Optional parameters (optional, default `{}`) | ||
* `points` **[FeatureCollection][3]<[Point][1]>** input points | ||
* `options` **[Object][4]** Optional parameters (optional, default `{}`) | ||
* `options.maxEdge` **[number][6]** the length (in 'units') of an edge necessary for part of the | ||
* `options.maxEdge` **[number][5]** the length (in 'units') of an edge necessary for part of the | ||
hull to become concave. (optional, default `Infinity`) | ||
* `options.units` **[string][7]** can be degrees, radians, miles, or kilometers (optional, default `'kilometers'`) | ||
* `options.units` **[string][6]** can be degrees, radians, miles, or kilometers (optional, default `'kilometers'`) | ||
@@ -39,3 +39,3 @@ ### Examples | ||
Returns **([Feature][8]<([Polygon][9] | [MultiPolygon][10])> | null)** a concave hull (null value is returned if unable to compute hull) | ||
Returns **([Feature][7]<([Polygon][8] | [MultiPolygon][9])> | null)** a concave hull (null value is returned if unable to compute hull) | ||
@@ -48,16 +48,14 @@ [1]: https://tools.ietf.org/html/rfc7946#section-3.1.2 | ||
[4]: https://tools.ietf.org/html/rfc7946#section-3.1.2 | ||
[4]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object | ||
[5]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object | ||
[5]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number | ||
[6]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Number | ||
[6]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String | ||
[7]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String | ||
[7]: https://tools.ietf.org/html/rfc7946#section-3.2 | ||
[8]: https://tools.ietf.org/html/rfc7946#section-3.2 | ||
[8]: https://tools.ietf.org/html/rfc7946#section-3.1.6 | ||
[9]: https://tools.ietf.org/html/rfc7946#section-3.1.6 | ||
[9]: https://tools.ietf.org/html/rfc7946#section-3.1.7 | ||
[10]: https://tools.ietf.org/html/rfc7946#section-3.1.7 | ||
<!-- This file is automatically generated. Please don't edit it directly. If you find an error, edit the source file of the module in question (likely index.js or index.ts), and re-run "yarn docs" from the root of the turf project. --> | ||
@@ -64,0 +62,0 @@ |
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
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
52615
10
77
+ Added@types/geojson@^7946.0.10