@turf/circle
Advanced tools
Comparing version 3.6.1 to 3.6.3
/// <reference types="geojson" /> | ||
/*** | ||
type Point = GeoJSON.Feature<GeoJSON.Point>; | ||
type Polygon = GeoJSON.Feature<GeoJSON.Polygon>; | ||
/** | ||
* http://turfjs.org/docs/#circle | ||
*/ | ||
declare function circle( | ||
center: GeoJSON.Feature<GeoJSON.Point>, | ||
radius: number, | ||
steps?: number, | ||
units?: string): GeoJSON.Feature<GeoJSON.Polygon>; | ||
declare function circle(center: Point, radius: number, steps?: number, units?: string): Polygon; | ||
declare namespace circle { } | ||
export = circle; |
{ | ||
"name": "@turf/circle", | ||
"version": "3.6.1", | ||
"version": "3.6.3", | ||
"description": "turf circle module", | ||
@@ -34,10 +34,10 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"@turf/distance": "^3.6.1", | ||
"@turf/inside": "^3.6.1" | ||
"@turf/distance": "^3.6.3", | ||
"@turf/inside": "^3.6.3" | ||
}, | ||
"dependencies": { | ||
"@turf/destination": "^3.6.1", | ||
"@turf/helpers": "^3.6.1" | ||
"@turf/destination": "^3.6.3", | ||
"@turf/helpers": "^3.6.3" | ||
}, | ||
"types": "index.d.ts" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
6382
76
1
Updated@turf/destination@^3.6.3
Updated@turf/helpers@^3.6.3