New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

furkot-directions

Package Overview
Dependencies
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

furkot-directions - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

5

History.md
1.0.5 / 2018-07-28
==================
* make max point for Valhalla configurable and default to 2
1.0.4 / 2018-07-25

@@ -3,0 +8,0 @@ ==================

6

lib/service/valhalla/index.js

@@ -24,3 +24,4 @@ // https://github.com/valhalla/valhalla-docs

lon: p[0],
lat: p[1]
lat: p[1],
type: 'break'
};

@@ -145,3 +146,4 @@ }

interval: 560,
maxPoints: 20, // max 20 points for automobile and 50 for bicycle and pedestrian
// max 20 points for automobile and 50 for bicycle and pedestrian
maxPoints: options.valhalla_max_points || 2,
url: options.valhalla_url,

@@ -148,0 +150,0 @@ body: true,

{
"name": "furkot-directions",
"version": "1.0.4",
"version": "1.0.5",
"description": "Directions service for Furkot",

@@ -5,0 +5,0 @@ "author": {

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