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

@turf/great-circle

Package Overview
Dependencies
Maintainers
4
Versions
42
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 3.13.0 to 3.13.1

5

index.js

@@ -1,6 +0,6 @@

var arc = require('arc');
var arc = require('./arc');
var getCoord = require('@turf/invariant').getCoord;
/**
* Calculate great circles routes as {@LineString}
* Calculate great circles routes as {@link LineString}
*

@@ -15,2 +15,3 @@ * @name greatCircle

* @returns {Feature<LineString>} great circle line feature
* @addToMap line
* @example

@@ -17,0 +18,0 @@ * var start = {

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -5,3 +5,3 @@ # @turf/great-circle

Calculate great circles routes as {@LineString}
Calculate great circles routes as [LineString](http://geojson.org/geojson-spec.html#linestring)

@@ -8,0 +8,0 @@ **Parameters**

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