osm-p2p-server
Advanced tools
Comparing version 2.1.3 to 2.1.4
@@ -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] |
{ | ||
"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 @@ })) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
201019
5