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