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.2 to 1.0.3

6

History.md
1.0.3 / 2018-07-25
==================
* use decode utility uniformly
* @pirxpilot/google-polyline 2.0.3 -> 2.2.0
1.0.2 / 2018-07-07

@@ -3,0 +9,0 @@ ==================

3

lib/service/osrm/index.js

@@ -1,2 +0,1 @@

var decode = require('@pirxpilot/google-polyline').decode;
var pathType = require("../../model").pathType;

@@ -23,3 +22,3 @@ var status = require('../status');

distance: step.distance,
path: decode(step.geometry),
path: util.decode(step.geometry),
instructions: step.maneuver.type + ' ' + step.maneuver.modifier

@@ -26,0 +25,0 @@ };

{
"name": "furkot-directions",
"version": "1.0.2",
"version": "1.0.3",
"description": "Directions service for Furkot",

@@ -18,3 +18,3 @@ "author": {

"dependencies": {
"@pirxpilot/google-polyline": "^2.0.3",
"@pirxpilot/google-polyline": "^2.2.0",
"debug": "~2 || ~3",

@@ -21,0 +21,0 @@ "eviltransform": "^0.2.2",

Sorry, the diff of this file is not supported yet

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