Socket
Socket
Sign inDemoInstall

@turf/destination

Package Overview
Dependencies
Maintainers
4
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 4.6.0 to 4.7.0

3

index.js

@@ -42,4 +42,3 @@ //http://en.wikipedia.org/wiki/Haversine_formula

Math.cos(latitude1) * Math.sin(radians) * Math.cos(bearing_rad));
var longitude2 = longitude1 + Math.atan2(Math.sin(bearing_rad) *
Math.sin(radians) * Math.cos(latitude1),
var longitude2 = longitude1 + Math.atan2(Math.sin(bearing_rad) * Math.sin(radians) * Math.cos(latitude1),
Math.cos(radians) - Math.sin(latitude1) * Math.sin(latitude2));

@@ -46,0 +45,0 @@

{
"name": "@turf/destination",
"version": "4.6.0",
"version": "4.7.0",
"description": "turf destination module",

@@ -35,11 +35,11 @@ "main": "index.js",

"benchmark": "^2.1.4",
"glob": "^7.1.1",
"glob": "7.1.2",
"load-json-file": "^2.0.0",
"tape": "^4.6.3",
"tape": "4.8.0",
"write-json-file": "^2.0.0"
},
"dependencies": {
"@turf/helpers": "^4.6.0",
"@turf/invariant": "^4.6.0"
"@turf/helpers": "4.7.0",
"@turf/invariant": "4.7.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