osm-p2p-xml
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -7,3 +7,3 @@ var h = require('./lib/h.js') | ||
stream.push(h('?xml', { version: '1.0', encoding: 'UTF-8' }, [ | ||
h('osm!', [ | ||
h('osm!', { version: '0.6', generator: 'osm-p2p' }, [ | ||
h('bounds/', { | ||
@@ -10,0 +10,0 @@ minlat: q[0][0], maxlat: q[0][1], |
{ | ||
"name": "osm-p2p-xml", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "generate open street map xml from an osm-p2p-db query", | ||
@@ -23,3 +23,3 @@ "main": "index.js", | ||
"tape": "^4.4.0", | ||
"virtual-html": "^1.3.0" | ||
"virtual-html": "^2.0.0" | ||
}, | ||
@@ -26,0 +26,0 @@ "dependencies": { |
@@ -6,3 +6,4 @@ var test = require('tape') | ||
var expected = '<?xml version="1.0" encoding="UTF-8"?><osm>' | ||
var expected = '<?xml version="1.0" encoding="UTF-8"?>' | ||
+ '<osm version="0.6" generator="osm-p2p">' | ||
+ '<bounds minlat="38.89958342598271" maxlat="38.90385833966776"' | ||
@@ -9,0 +10,0 @@ + ' minlon="-77.02514648437499" maxlon="-77.01965332031249"/>' |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
10015
170
1