Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
cross-street-indexer
Advanced tools
Light weigth reverse geocoding for cross street 100% sourced from OSM QA Tiles.
lib/qa-tiles-filter.js
)lib/intersections.js
)ABBOT AVE. => abbot avenue
(lib/normalize.js
)road
& ref
tags (lib/geocoding-pairs
).lib/reducer.js
)$ npm install
$ npm test
$ cross-street-indexer --help
Cross Street Indexer
Usage:
$ cross-street-indexer <qa-tiles>
Options:
--output [cross-street-index] Filepath to store outputs
--bbox Excludes QATiles by BBox
--tiles Excludes QATiles by an Array of Tiles
--debug [false] Enables DEBUG mode
--verbose [false] Verbose output
Examples:
$ cross-street-indexer latest.planet.mbtiles cross-street-index/
name
: Street name (Abbot Avenue)ref
Reference number normaly used to tag highways numbershighway
classification (residential, primary, secondary)bridge
yes/notunnel
yes/no@id
OSM ID of street (way)Normalization should follow the following standards:
Adding --verbose
will stdout
a JSON object for each QA-Tile with the following information:
{
tile: [ 655, 1586, 12 ],
quadkey: '023010221131',
features: 9626,
intersects: 1053
}
Adding --debug
will store .geojson
items for each process & for each QA-Tile:
debug/<quadkey>/features.geojson
- raw GeoJSON of QA-Tiledebug/<quadkey>/lines.geojson
- Filtered (Multi)LinesString from QA-Tiledebug/<quadkey>/intersects.geojson
- Point which are intersecting roadsLoops would return multiple cross street matches, only the last matched point is stored.
Turning Circles without any names are exclude, thus not finding any matches.
osmify
to parse random address into an OSM friendly schema.FAQs
Blazing fast tile based geocoder that matches cross street (road intersections) entirely sourced by OSM QA Tiles.
We found that cross-street-indexer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.