Comparing version 0.0.3 to 0.0.4
@@ -29,3 +29,3 @@ // haversine | ||
if (options.threshold) { | ||
return options.threshold > (R * c) ? true : false | ||
return options.threshold > (R * c) | ||
} else { | ||
@@ -32,0 +32,0 @@ return R * c |
{ | ||
"name": "haversine", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "A simple haversine module", | ||
@@ -5,0 +5,0 @@ "main": "haversine.js", |
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
2639