turf-along
Advanced tools
Comparing version 3.0.5 to 3.0.6
@@ -10,5 +10,4 @@ var distance = require('turf-distance'); | ||
* @name along | ||
* @category measurement | ||
* @param {Feature<LineString>} line input line | ||
* @param {Number} distance distance along the line | ||
* @param {number} distance distance along the line | ||
* @param {String} [units=miles] can be degrees, radians, miles, or kilometers | ||
@@ -15,0 +14,0 @@ * @return {Feature<Point>} Point `distance` `units` along the line |
{ | ||
"name": "turf-along", | ||
"version": "3.0.5", | ||
"version": "3.0.6", | ||
"description": "", | ||
@@ -29,10 +29,10 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"turf-helpers": "^3.0.5" | ||
"turf-helpers": "^3.0.6" | ||
}, | ||
"dependencies": { | ||
"turf-bearing": "^3.0.1", | ||
"turf-destination": "^3.0.5", | ||
"turf-distance": "^3.0.5", | ||
"turf-helpers": "^3.0.5" | ||
"turf-bearing": "^3.0.6", | ||
"turf-destination": "^3.0.6", | ||
"turf-distance": "^3.0.6", | ||
"turf-helpers": "^3.0.6" | ||
} | ||
} |
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
7672
145
Updatedturf-bearing@^3.0.6
Updatedturf-destination@^3.0.6
Updatedturf-distance@^3.0.6
Updatedturf-helpers@^3.0.6