Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@turf/circle

Package Overview
Dependencies
Maintainers
2
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/circle - npm Package Compare versions

Comparing version 3.6.1 to 3.6.3

12

index.d.ts
/// <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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc