@turf/helpers
Advanced tools
Comparing version 6.3.0 to 6.4.0
@@ -32,3 +32,3 @@ /** | ||
radians: 1, | ||
yards: earthRadius / 1.0936, | ||
yards: earthRadius * 1.0936, | ||
}; | ||
@@ -56,3 +56,3 @@ /** | ||
radians: 1 / earthRadius, | ||
yards: 1 / 1.0936, | ||
yards: 1.0936133, | ||
}; | ||
@@ -59,0 +59,0 @@ /** |
@@ -34,3 +34,3 @@ "use strict"; | ||
radians: 1, | ||
yards: exports.earthRadius / 1.0936, | ||
yards: exports.earthRadius * 1.0936, | ||
}; | ||
@@ -58,3 +58,3 @@ /** | ||
radians: 1 / exports.earthRadius, | ||
yards: 1 / 1.0936, | ||
yards: 1.0936133, | ||
}; | ||
@@ -61,0 +61,0 @@ /** |
{ | ||
"name": "@turf/helpers", | ||
"version": "6.3.0", | ||
"version": "6.4.0", | ||
"description": "turf helpers module", | ||
@@ -63,3 +63,3 @@ "author": "Turf Authors", | ||
}, | ||
"gitHead": "57c8877e1e2d67effc2cdd23385c02b2a6615a49" | ||
"gitHead": "1e62773cfc88c627cca8effcb5c14cfb65a905ac" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
93565
1