@furkot/directions
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -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": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1