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 0.0.18 to 0.0.19

5

History.md
0.0.19 / 2017-02-20
===================
* include the last point of the path returned by the Mapzen service
0.0.18 / 2017-01-28

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

3

lib/service/mapzen/index.js

@@ -54,2 +54,5 @@ var _defaults = require('lodash.defaults');

leg.maneuvers.reduce(extractSegment, result);
if (directions.segments.length) {
util.last(directions.segments).path.push(util.last(result.path));
}
}

@@ -56,0 +59,0 @@ return result;

2

package.json
{
"name": "furkot-directions",
"version": "0.0.18",
"version": "0.0.19",
"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