Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@turf/destination

Package Overview
Dependencies
Maintainers
2
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@turf/destination - npm Package Compare versions

Comparing version 3.0.16 to 3.1.1

4

index.js
//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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc