Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

country-iso

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

country-iso - npm Package Compare versions

Comparing version 2.0.4 to 2.0.5

2

package.json
{
"name": "country-iso",
"version": "2.0.4",
"version": "2.0.5",
"description": "Get ISO 3166-1 alpha-3 country code for geographic coordinates.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -18,2 +18,3 @@ # country-iso

You can query any `(lat,lng)` pair on the earth. It also works for territorial waters and disputed countries.
```javascript

@@ -34,4 +35,5 @@ const countryIso = require('country-iso');

```
> The package internally uses [@geo-maps/countries-maritime](https://github.com/simonepri/geo-maps/blob/master/info/countries-maritime.md) map with 10m resolution.
> The accuracy of the maps has been tested with [23785 cities](fixtures/cities.geo.json).
> The accuracy of the map has been tested with [23785 cities](fixtures/cities.geo.json).

@@ -38,0 +40,0 @@ ## API

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