@turf/rhumb-distance
Advanced tools
Comparing version 7.0.0 to 7.1.0-alpha.7
@@ -1,4 +0,1 @@ | ||
var __defProp = Object.defineProperty; | ||
var __name = (target, value) => __defProp(target, "name", { value, configurable: true }); | ||
// index.ts | ||
@@ -15,3 +12,2 @@ import { convertLength, earthRadius } from "@turf/helpers"; | ||
} | ||
__name(rhumbDistance, "rhumbDistance"); | ||
function calculateRhumbDistance(origin, destination, radius) { | ||
@@ -37,3 +33,2 @@ radius = radius === void 0 ? earthRadius : Number(radius); | ||
} | ||
__name(calculateRhumbDistance, "calculateRhumbDistance"); | ||
var turf_rhumb_distance_default = rhumbDistance; | ||
@@ -40,0 +35,0 @@ export { |
{ | ||
"name": "@turf/rhumb-distance", | ||
"version": "7.0.0", | ||
"version": "7.1.0-alpha.7+0ce6ecca0", | ||
"description": "turf rhumb-distance module", | ||
@@ -62,3 +62,3 @@ "author": "Turf Authors", | ||
"devDependencies": { | ||
"@turf/distance": "^7.0.0", | ||
"@turf/distance": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@types/benchmark": "^2.1.5", | ||
@@ -76,7 +76,7 @@ "@types/tape": "^4.2.32", | ||
"dependencies": { | ||
"@turf/helpers": "^7.0.0", | ||
"@turf/invariant": "^7.0.0", | ||
"@turf/helpers": "^7.1.0-alpha.7+0ce6ecca0", | ||
"@turf/invariant": "^7.1.0-alpha.7+0ce6ecca0", | ||
"tslib": "^2.6.2" | ||
}, | ||
"gitHead": "3d3a7917025fbabe191dbddbc89754b86f9c7739" | ||
"gitHead": "0ce6ecca05829690270fec6d6bed2003495fe0ea" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
19342
96
1
1