Socket
Socket
Sign inDemoInstall

turf-along

Package Overview
Dependencies
5
Maintainers
7
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.5 to 3.0.6

3

index.js

@@ -10,5 +10,4 @@ var distance = require('turf-distance');

* @name along
* @category measurement
* @param {Feature<LineString>} line input line
* @param {Number} distance distance along the line
* @param {number} distance distance along the line
* @param {String} [units=miles] can be degrees, radians, miles, or kilometers

@@ -15,0 +14,0 @@ * @return {Feature<Point>} Point `distance` `units` along the line

{
"name": "turf-along",
"version": "3.0.5",
"version": "3.0.6",
"description": "",

@@ -29,10 +29,10 @@ "main": "index.js",

"tape": "^3.5.0",
"turf-helpers": "^3.0.5"
"turf-helpers": "^3.0.6"
},
"dependencies": {
"turf-bearing": "^3.0.1",
"turf-destination": "^3.0.5",
"turf-distance": "^3.0.5",
"turf-helpers": "^3.0.5"
"turf-bearing": "^3.0.6",
"turf-destination": "^3.0.6",
"turf-distance": "^3.0.6",
"turf-helpers": "^3.0.6"
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc