@turf/circle
Advanced tools
Comparing version 3.7.3 to 3.7.5
@@ -15,3 +15,3 @@ var destination = require('@turf/destination'); | ||
* @example | ||
* var center = point([-75.343, 39.984]); | ||
* var center = turf.point([-75.343, 39.984]); | ||
* var radius = 5; | ||
@@ -18,0 +18,0 @@ * var steps = 10; |
{ | ||
"name": "@turf/circle", | ||
"version": "3.7.3", | ||
"version": "3.7.5", | ||
"description": "turf circle module", | ||
@@ -34,10 +34,10 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"@turf/distance": "^3.7.3", | ||
"@turf/inside": "^3.7.3" | ||
"@turf/distance": "^3.7.5", | ||
"@turf/inside": "^3.7.5" | ||
}, | ||
"dependencies": { | ||
"@turf/destination": "^3.7.3", | ||
"@turf/helpers": "^3.7.3" | ||
"@turf/destination": "^3.7.5", | ||
"@turf/helpers": "^3.7.5" | ||
}, | ||
"types": "index.d.ts" | ||
} |
@@ -17,3 +17,3 @@ # @turf/circle | ||
```javascript | ||
var center = point([-75.343, 39.984]); | ||
var center = turf.point([-75.343, 39.984]); | ||
var radius = 5; | ||
@@ -20,0 +20,0 @@ var steps = 10; |
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
6392
Updated@turf/destination@^3.7.5
Updated@turf/helpers@^3.7.5