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.7.3 to 3.7.5

2

index.js

@@ -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;

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