@turf/mask
Advanced tools
Comparing version 3.13.1 to 3.14.0
@@ -13,3 +13,3 @@ var featureEach = require('@turf/meta').featureEach; | ||
* @param {Feature<Polygon>} [mask] GeoJSON Polygon used as the exterior ring (if undefined, the world extent is used) | ||
* @return {Feature<Polygon>} Masked Polygon (exterior ring with holes). | ||
* @returns {Feature<Polygon>} Masked Polygon (exterior ring with holes). | ||
* @addToMap masked | ||
@@ -16,0 +16,0 @@ * @example |
{ | ||
"name": "@turf/mask", | ||
"version": "3.13.1", | ||
"version": "3.14.0", | ||
"description": "turf mask module", | ||
@@ -40,8 +40,8 @@ "main": "index.js", | ||
"dependencies": { | ||
"@turf/bbox": "^3.13.0", | ||
"@turf/bbox": "^3.14.0", | ||
"@turf/helpers": "^3.13.0", | ||
"@turf/meta": "^3.13.0", | ||
"@turf/union": "^3.13.0", | ||
"@turf/meta": "^3.14.0", | ||
"@turf/union": "^3.14.0", | ||
"rbush": "^2.0.1" | ||
} | ||
} |
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
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
10906
Updated@turf/bbox@^3.14.0
Updated@turf/meta@^3.14.0
Updated@turf/union@^3.14.0