turf-buffer
Advanced tools
Comparing version 3.0.5 to 3.0.7
@@ -14,6 +14,5 @@ // http://stackoverflow.com/questions/839899/how-do-i-calculate-a-point-on-a-circles-circumference | ||
* @name buffer | ||
* @category transformation | ||
* @param {(Feature|FeatureCollection)} feature input to be buffered | ||
* @param {Number} distance distance to draw the buffer | ||
* @param {String} unit any of the options supported by turf units | ||
* @param {number} distance distance to draw the buffer | ||
* @param {string} unit any of the options supported by turf units | ||
* @return {FeatureCollection<Polygon>|FeatureCollection<MultiPolygon>|Polygon|MultiPolygon} buffered features | ||
@@ -20,0 +19,0 @@ * |
{ | ||
"name": "turf-buffer", | ||
"version": "3.0.5", | ||
"version": "3.0.7", | ||
"description": "turf buffer module", | ||
@@ -32,12 +32,12 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"turf-distance": "^3.0.5", | ||
"turf-bbox": "^3.0.1", | ||
"turf-helpers": "^3.0.5" | ||
"turf-distance": "^3.0.7", | ||
"turf-bbox": "^3.0.7", | ||
"turf-helpers": "^3.0.7" | ||
}, | ||
"dependencies": { | ||
"geojson-normalize": "0.0.0", | ||
"jsts": "1.1.1", | ||
"turf-combine": "^3.0.5", | ||
"turf-helpers": "^3.0.5" | ||
"jsts": "1.1.2", | ||
"turf-combine": "^3.0.7", | ||
"turf-helpers": "^3.0.7" | ||
} | ||
} |
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
6201
79
+ Addedjsts@1.1.2(transitive)
- Removedjsts@1.1.1(transitive)
Updatedjsts@1.1.2
Updatedturf-combine@^3.0.7
Updatedturf-helpers@^3.0.7