Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@turf/bearing

Package Overview
Dependencies
Maintainers
9
Versions
60
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
7.3.4
to
7.3.5
+5
-6
package.json
{
"name": "@turf/bearing",
"version": "7.3.4",
"version": "7.3.5",
"description": "Takes two points and finds the geographic bearing between them.",

@@ -47,3 +47,2 @@ "author": "Turf Authors",

"build": "tsup --config ../../tsup.config.ts",
"docs": "tsx ../../scripts/generate-readmes.ts",
"test": "pnpm run /test:.*/",

@@ -53,3 +52,3 @@ "test:tape": "tsx test.ts"

"devDependencies": {
"@turf/destination": "7.3.4",
"@turf/destination": "7.3.5",
"@types/benchmark": "^2.1.5",

@@ -65,8 +64,8 @@ "@types/tape": "^5.8.1",

"dependencies": {
"@turf/helpers": "7.3.4",
"@turf/invariant": "7.3.4",
"@turf/helpers": "7.3.5",
"@turf/invariant": "7.3.5",
"@types/geojson": "^7946.0.10",
"tslib": "^2.8.1"
},
"gitHead": "a0878648b801443f342aae692c60ab95a1da61a9"
"gitHead": "a33ca387405df72847af00cdf689d3209301a2c1"
}