@turf/bearing
Advanced tools
Comparing version 3.0.15 to 3.0.16
{ | ||
"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 | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5822
Updated@turf/invariant@^3.0.16