Socket
Socket
Sign inDemoInstall

osrm

Package Overview
Dependencies
100
Maintainers
4
Versions
184
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.9.1 to 0.10.0

4

CHANGELOG.md
## node-osrm changelog
### master
### 0.10.0
- Updated OSRM to f7e09686e5fe0050b8 (v0.4.0 release)
### 0.9.1

@@ -6,0 +8,0 @@

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

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

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

@@ -12,3 +12,24 @@ # node-osrm

- Node.js v0.10.x or v0.8.x
- Modern C++ runtime libraries supporting C++11
C++11 capable platforms include:
- Mac OS X >= 10.7
- Ubuntu Linux >= 14.04 or other Linux distributions with g++ >= 4.8 toolchain (>= GLIBC_2.17 from libc and >= GLIBCXX_3.4.17 from libstdc++)
An installation error like below indicates your system does not have a modern enough g++ toolchain:
```
Error: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.17' not found (required by /node_modules/osrm/lib/binding/osrm.node)
```
If you are running Ubuntu older than 14.04 you can easily upgrade your g++ toolchain like:
```
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo apt-get update
sudo apt-get install g++-4.8
```
# Installing

@@ -173,3 +194,3 @@

git add CHANGELOG.md package.json
git commit -m "Tagging v0.2.8"
git commit -m "Tagging v0.2.8 [publish binary]"
git tag v0.2.8

@@ -176,0 +197,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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc