Socket
Socket
Sign inDemoInstall

osrm

Package Overview
Dependencies
Maintainers
4
Versions
184
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

osrm - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

4

CHANGELOG.md
## node-osrm changelog
### 0.10.1
- Updated OSRM to 7d7cce5c7227c9f71a (v0.4.1 release)
### 0.10.0

@@ -4,0 +8,0 @@

2

package.json

@@ -7,3 +7,3 @@ {

"author": "Dane Springmeyer <springmeyer>",
"version": "0.10.0",
"version": "0.10.1",
"main": "./lib/osrm.js",

@@ -10,0 +10,0 @@ "bugs": {

@@ -12,3 +12,3 @@ var OSRM = require('../');

assert.throws(function() { new OSRM("missing.osrm"); },
/hsgr file does not exist/);
/hsgr not found/);
done();

@@ -51,4 +51,4 @@ });

assert.equal(route.status_message,'Found route between points');
assert.equal(0, route.route_instructions.length);
assert.equal(0, route.alternative_geometries.length);
assert.equal(undefined, route.route_instructions);
assert.equal(undefined, route.alternative_geometries);
done();

@@ -55,0 +55,0 @@ });

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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