New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ip2c

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip2c

Node.js module for resolve IPs to country codes/names using ip2c.org service.

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

ip2c Node Module

Node.js module for resolve IPs to country codes/names using ip2c.org service.

Usage

const ip2c = require('./ip2c')
ip2c('ip_address').then(data => {
    console.log(data)
    /* return obj:
        {
            status: 200,
            headers: {...},
            data: { code: 'XX', iso: 'XXX', fullname: 'XXXXX' }
        }
    */
}).catch(err => console.log('error', err))

Keywords

ip2c

FAQs

Package last updated on 21 Nov 2020

Did you know?

Socket

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.

Install

Related posts