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

chkip

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chkip

Retrieve current IP address

latest
Source
npmnpm
Version
0.1.9
Version published
Maintainers
1
Created
Source

Build Status GitHub license

chkip

Retrieve current IP address

Installation

npm install chkip

Usage

var chkip = require('chkip');

chkip((ip) => {
  console.log(ip);
});      

Output should be XXX.XXX.XXX.XXX

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

FAQs

Package last updated on 07 Apr 2018

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