@turf/within
Advanced tools
Comparing version 3.13.0 to 3.14.0
@@ -10,3 +10,3 @@ var inside = require('@turf/inside'); | ||
* @param {FeatureCollection<Polygon>} polygons input polygons | ||
* @return {FeatureCollection<Point>} points that land within at least one polygon | ||
* @returns {FeatureCollection<Point>} points that land within at least one polygon | ||
* @example | ||
@@ -13,0 +13,0 @@ * var searchWithin = { |
{ | ||
"name": "@turf/within", | ||
"version": "3.13.0", | ||
"version": "3.14.0", | ||
"description": "turf within module", | ||
@@ -38,5 +38,5 @@ "main": "index.js", | ||
"dependencies": { | ||
"@turf/inside": "^3.13.0", | ||
"@turf/inside": "^3.14.0", | ||
"@turf/helpers": "^3.13.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
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
7546
Updated@turf/inside@^3.14.0