osm-p2p-server
Advanced tools
Comparing version 1.10.7 to 1.10.8
@@ -11,2 +11,3 @@ var h = require('./h.js') | ||
var hex2dec = require('./hex2dec.js') | ||
var checkRefExist = require('./check_ref_ex.js') | ||
@@ -44,3 +45,3 @@ var routes = [] | ||
res.setHeader('cache-control', 'no-cache') | ||
r.pipe(toxml(q)).pipe(res) | ||
r.pipe(checkRefExist(osm)).pipe(toxml(q)).pipe(res) | ||
}) | ||
@@ -47,0 +48,0 @@ |
{ | ||
"name": "osm-p2p-server", | ||
"version": "1.10.7", | ||
"version": "1.10.8", | ||
"description": "serve osm http endpoints over a p2p db", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
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
78419
26
2444