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

osm-p2p-server

Package Overview
Dependencies
Maintainers
4
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 2.1.0 to 2.1.1

1

lib/util.js

@@ -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 @@ }

2

package.json
{
"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",

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