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

osm-p2p-server

Package Overview
Dependencies
Maintainers
2
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

osm-p2p-server - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

5

lib/xml_diff.js

@@ -37,2 +37,7 @@ var parsexml = require('xml-parser')

}
;(ch.children || []).forEach(function (c) {
if (c.name !== 'tag' || !c.attributes.k || !c.attributes.v) return
if (!doc.tags) doc.tags = {}
doc.tags[c.attributes.k] = c.attributes.v
})
if (/^(create|modify|delete)$/.test(c.name)) {

@@ -39,0 +44,0 @@ ops[c.name].push(doc)

2

package.json
{
"name": "osm-p2p-server",
"version": "1.7.0",
"version": "1.7.1",
"description": "serve osm http endpoints over a p2p db",

@@ -5,0 +5,0 @@ "main": "index.js",

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