@turf/nearest
Advanced tools
Comparing version 3.13.0 to 3.14.0
@@ -12,3 +12,3 @@ var distance = require('@turf/distance'); | ||
* @param {FeatureCollection<Point>} points against input point set | ||
* @return {Feature<Point>} the closest point in the set to the reference point | ||
* @returns {Feature<Point>} the closest point in the set to the reference point | ||
* @example | ||
@@ -15,0 +15,0 @@ * var point = { |
{ | ||
"name": "@turf/nearest", | ||
"version": "3.13.0", | ||
"version": "3.14.0", | ||
"description": "turf nearest module", | ||
@@ -36,4 +36,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@turf/distance": "^3.13.0" | ||
"@turf/distance": "^3.14.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
6520
Updated@turf/distance@^3.14.0