Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

osm-p2p-xml

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

osm-p2p-xml - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -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"/>'

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