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

@turf/bearing

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/bearing - npm Package Compare versions

Comparing version 3.0.15 to 3.0.16

10

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

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

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

@@ -21,7 +21,7 @@ "keywords": [

"bugs": {
"url": "https://github.com/Turfjs/turf-bearing/issues"
"url": "https://github.com/Turfjs/turf/issues"
},
"homepage": "https://github.com/Turfjs/turf-bearing",
"homepage": "https://github.com/Turfjs/turf",
"dependencies": {
"@turf/invariant": "^3.0.15"
"@turf/invariant": "^3.0.16"
},

@@ -28,0 +28,0 @@ "devDependencies": {

@@ -1,11 +0,11 @@

# turf-bearing
# @turf/bearing
# bearing
Takes two [points](Point) and finds the geographic bearing between them.
Takes two [points](http://geojson.org/geojson-spec.html#point) and finds the geographic bearing between them.
**Parameters**
- `start` **Feature<Point>** starting Point
- `end` **Feature<Point>** ending Point
- `start` **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** starting Point
- `end` **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Point](http://geojson.org/geojson-spec.html#point)>** ending Point

@@ -62,3 +62,3 @@ **Examples**

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

@@ -69,3 +69,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