osm-p2p-server
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -73,3 +73,2 @@ var contentType = require('content-type') | ||
// Ensure sorting is stable between requests | ||
console.log(a.version, b.version, a.version < b.version) | ||
return a.version < b.version ? -1 : 1 | ||
@@ -76,0 +75,0 @@ } |
{ | ||
"name": "osm-p2p-server", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Peer-to-peer OpenStreetMap API v0.6 Server", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
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
203267
5843