@turf/union
Advanced tools
Comparing version 7.1.0-alpha.7 to 7.1.0-alpha.70
{ | ||
"name": "@turf/union", | ||
"version": "7.1.0-alpha.7+0ce6ecca0", | ||
"version": "7.1.0-alpha.70+948cdafaf", | ||
"description": "turf union module", | ||
@@ -66,8 +66,9 @@ "author": "Turf Authors", | ||
"dependencies": { | ||
"@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/meta": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/helpers": "^7.1.0-alpha.70+948cdafaf", | ||
"@turf/meta": "^7.1.0-alpha.70+948cdafaf", | ||
"@types/geojson": "^7946.0.10", | ||
"polygon-clipping": "^0.15.3", | ||
"tslib": "^2.6.2" | ||
}, | ||
"gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea" | ||
"gitHead": "948cdafaf70606d2e27fcc79973fa48ee1182067" | ||
} |
@@ -11,6 +11,6 @@ # @turf/union | ||
* `polygon1` **[Feature][3]<([Polygon][4] | [MultiPolygon][5])>** input Polygon features | ||
* `options` **[Object][6]** Optional Parameters (optional, default `{}`) | ||
* `polygon1` **[Feature][3]<([Polygon][1] | [MultiPolygon][2])>** input Polygon features | ||
* `options` **[Object][4]** Optional Parameters (optional, default `{}`) | ||
* `options.properties` **[Object][6]** Translate Properties to output Feature (optional, default `{}`) | ||
* `options.properties` **[Object][4]** Translate Properties to output Feature (optional, default `{}`) | ||
@@ -41,3 +41,3 @@ ### Examples | ||
Returns **[Feature][3]<([Polygon][4] | [MultiPolygon][5])>** a combined [Polygon][1] or [MultiPolygon][2] feature, or null if the inputs are empty | ||
Returns **[Feature][3]<([Polygon][1] | [MultiPolygon][2])>** a combined [Polygon][1] or [MultiPolygon][2] feature, or null if the inputs are empty | ||
@@ -50,8 +50,4 @@ [1]: https://tools.ietf.org/html/rfc7946#section-3.1.6 | ||
[4]: https://tools.ietf.org/html/rfc7946#section-3.1.6 | ||
[4]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object | ||
[5]: https://tools.ietf.org/html/rfc7946#section-3.1.7 | ||
[6]: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object | ||
<!-- 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. --> | ||
@@ -58,0 +54,0 @@ |
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
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
15353
5
69