Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@npmtuanmap2024/commodi-neque-veritatis
Advanced tools
Get the OSM relation id from a country code.
🔎 Get the OpenStreetMap relation id from a country code.
$ npm install --save @npmtuanmap2024/commodi-neque-veritatis
const osmCountries = require('@npmtuanmap2024/commodi-neque-veritatis');
osmCountries.get('ITA');
// => '365331'
osmCountries.get('USA');
// => '148838'
string
Converts an alpha-3 iso 3166-1 code to its corrispective relation id on OSM.
Returns: string
- OSM relation id of the given country.
Param | Type | Description |
---|---|---|
code | string | Alpha-3 iso 3166-1 country code. |
object
Returns a map from alpha-3 iso 3166-1 codes to theyr corrispective relation ids on OSM.
Returns: object
- Map of all OSM relation ids.
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details.
FAQs
Get the OSM relation id from a country code.
The npm package @npmtuanmap2024/commodi-neque-veritatis receives a total of 0 weekly downloads. As such, @npmtuanmap2024/commodi-neque-veritatis popularity was classified as not popular.
We found that @npmtuanmap2024/commodi-neque-veritatis demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.