@turf/random
Advanced tools
Comparing version 4.5.2 to 4.7.0
@@ -43,6 +43,6 @@ var random = require('geojson-random'); | ||
return random.polygon( | ||
count, | ||
options.num_vertices, | ||
options.max_radial_length, | ||
options.bbox); | ||
count, | ||
options.num_vertices, | ||
options.max_radial_length, | ||
options.bbox); | ||
default: | ||
@@ -49,0 +49,0 @@ throw new Error('Unknown type given: valid options are points and polygons'); |
{ | ||
"name": "@turf/random", | ||
"version": "4.5.2", | ||
"version": "4.7.0", | ||
"description": "turf random module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
7115