New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@turf/great-circle

Package Overview
Dependencies
Maintainers
4
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/great-circle - npm Package Compare versions

Comparing version 4.5.2 to 4.6.0

19

index.js

@@ -16,18 +16,5 @@ var arc = require('./arc');

* @example
* var start = {
* "type": "Feature",
* "properties": {},
* "geometry": {
* "type": "Point",
* "coordinates": [-122, 48]
* }
* }
* var end = {
* "type": "Feature",
* "properties": {},
* "geometry": {
* "type": "Point",
* "coordinates": [-77, 39]
* }
* }
* var start = turf.point([-122, 48]);
* var end = turf.point([-77, 39]);
*
* var greatCircle = turf.greatCircle(start, end, {'name': 'Seattle to DC'});

@@ -34,0 +21,0 @@ *

8

package.json
{
"name": "@turf/great-circle",
"version": "4.5.2",
"version": "4.6.0",
"description": "turf great-circle module",

@@ -39,4 +39,4 @@ "main": "index.js",

"devDependencies": {
"@turf/helpers": "^4.5.2",
"@turf/truncate": "^4.5.2",
"@turf/helpers": "^4.6.0",
"@turf/truncate": "^4.6.0",
"benchmark": "^2.1.4",

@@ -48,4 +48,4 @@ "load-json-file": "^2.0.0",

"dependencies": {
"@turf/invariant": "^4.5.2"
"@turf/invariant": "^4.6.0"
}
}

@@ -19,18 +19,5 @@ # @turf/great-circle

```javascript
var start = {
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [-122, 48]
}
}
var end = {
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [-77, 39]
}
}
var start = turf.point([-122, 48]);
var end = turf.point([-77, 39]);
var greatCircle = turf.greatCircle(start, end, {'name': 'Seattle to DC'});

@@ -37,0 +24,0 @@

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