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

@furkot/directions

Package Overview
Dependencies
Maintainers
2
Versions
8
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.5.1 to 1.5.2

4

lib/service/valhalla/index.js

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

};
if (type === maneuver.ferryExit) {
if (type === maneuver.ferryExit || result.ferry) {
if (result.ferry) {

@@ -76,3 +76,3 @@ delete result.ferry;

}
} else if (type === maneuver.ferryEnter || result.ferry) {
} else if (type === maneuver.ferryEnter) {
seg.mode = travelMode.ferry;

@@ -79,0 +79,0 @@ result.ferry = util.last(routes).ferry = true;

{
"name": "@furkot/directions",
"version": "1.5.1",
"version": "1.5.2",
"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