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.3 to 2.1.4

4

CHANGELOG.md

@@ -5,2 +5,6 @@ # Change Log

## [2.1.4]
### Fixed
- Fixed incorrect case where nodes belonging to a deleted way were being
returned in queries

@@ -7,0 +11,0 @@ ## [2.1.3]

4

package.json
{
"name": "osm-p2p-server",
"version": "2.1.3",
"version": "2.1.4",
"description": "Peer-to-peer OpenStreetMap API v0.6 Server",

@@ -69,3 +69,3 @@ "main": "index.js",

"osm-p2p": "^1.4.0",
"osm-p2p-db": "^3.9.1",
"osm-p2p-db": "^4.0.0",
"run-waterfall": "^1.1.3",

@@ -72,0 +72,0 @@ "standard": "^8.0.0",

@@ -196,3 +196,3 @@ var test = require('tape')

t.deepEqual(rids, [
ids['-2'], ids['-3'], ids['-5'], ids['-6']
ids['-3'], ids['-5'], ids['-6']
].sort(), 'undeleted documents')

@@ -199,0 +199,0 @@ }))

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