@turf/circle
Advanced tools
Comparing version 4.2.0 to 4.3.0
@@ -33,3 +33,3 @@ var destination = require('@turf/destination'); | ||
steps = steps || 64; | ||
properties = properties | center.properties | {}; | ||
properties = properties || center.properties || {}; | ||
@@ -36,0 +36,0 @@ var coordinates = []; |
{ | ||
"name": "@turf/circle", | ||
"version": "4.2.0", | ||
"version": "4.3.0", | ||
"description": "turf circle module", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@turf/truncate": "^4.2.0", | ||
"@turf/truncate": "^4.3.0", | ||
"benchmark": "^2.1.4", | ||
@@ -42,5 +42,5 @@ "load-json-file": "^2.0.0", | ||
"dependencies": { | ||
"@turf/destination": "^4.2.0", | ||
"@turf/helpers": "^4.2.0" | ||
"@turf/destination": "^4.3.0", | ||
"@turf/helpers": "^4.3.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
6036
Updated@turf/destination@^4.3.0
Updated@turf/helpers@^4.3.0