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

externalip

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

externalip

get your external ip base on `curlmyip.com`

latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
119
-7.03%
Maintainers
1
Weekly downloads
 
Created
Source

externalip

WARNING: perhaps https://github.com/sindresorhus/public-ip is more and more fast, but opendns does not work fine at mainland china.

Build Status

get your external ip in Node.js

install

npm i externalip

usage

externalip(function (err, ip) {
  console.log(ip); // => 8.8.8.8
});

FAQs

Package last updated on 03 Jun 2016

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