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.0.15 to 3.0.16

16

package.json
{
"name": "@turf/circle",
"version": "3.0.15",
"version": "3.0.16",
"description": "turf circle module",

@@ -11,3 +11,3 @@ "main": "index.js",

"type": "git",
"url": "https://github.com/Turfjs/turf-circle.git"
"url": "git://github.com/Turfjs/turf.git"
},

@@ -29,15 +29,15 @@ "keywords": [

"bugs": {
"url": "https://github.com/Turfjs/turf-circle/issues"
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf-circle",
"homepage": "https://github.com/Turfjs/turf",
"devDependencies": {
"benchmark": "^1.0.0",
"tape": "^3.5.0",
"@turf/distance": "^3.0.15",
"@turf/inside": "^3.0.15"
"@turf/distance": "^3.0.16",
"@turf/inside": "^3.0.16"
},
"dependencies": {
"@turf/destination": "^3.0.15",
"@turf/helpers": "^3.0.15"
"@turf/destination": "^3.0.16",
"@turf/helpers": "^3.0.16"
}
}

@@ -1,10 +0,10 @@

# turf-circle
# @turf/circle
# circle
Takes a [Point](Point) and calculates the circle polygon given a radius in degrees, radians, miles, or kilometers; and steps for precision.
Takes a [Point](http://geojson.org/geojson-spec.html#point) and calculates the circle polygon given a radius in degrees, radians, miles, or kilometers; and steps for precision.
**Parameters**
- `center` **Feature<Point>** center point
- `center` **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** center point
- `radius` **[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)** radius of the circle

@@ -41,3 +41,3 @@ - `steps` **[number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number)** number of steps

Returns **Feature<Polygon>** circle polygon
Returns **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** circle polygon

@@ -56,3 +56,3 @@ ---

```sh
$ npm install turf-circle
$ npm install @turf/circle
```

@@ -63,3 +63,3 @@

```sh
$ npm install turf
$ npm install @turf/turf
```
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