@turf/destination
Advanced tools
Comparing version 3.0.16 to 3.1.1
//http://en.wikipedia.org/wiki/Haversine_formula | ||
//http://www.movable-type.co.uk/scripts/latlong.html | ||
var getCoord = require('turf-invariant').getCoord; | ||
var helpers = require('turf-helpers'); | ||
var getCoord = require('@turf/invariant').getCoord; | ||
var helpers = require('@turf/helpers'); | ||
var point = helpers.point; | ||
@@ -6,0 +6,0 @@ var distanceToRadians = helpers.distanceToRadians; |
{ | ||
"name": "@turf/destination", | ||
"version": "3.0.16", | ||
"version": "3.1.1", | ||
"description": "turf destination module", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"tape": "^3.5.0", | ||
"@turf/distance": "^3.0.16" | ||
"@turf/distance": "^3.1.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "dependencies": { |
var test = require('tape'); | ||
var distance = require('turf-distance'); | ||
var distance = require('@turf/distance'); | ||
var destination = require('./'); | ||
@@ -4,0 +4,0 @@ |
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
7088