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

canihazip

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canihazip

Get public IP using canihazip.com.

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
increased by100%
Maintainers
1
Weekly downloads
 
Created
Source

NPM version Build Status Dependency Status

:warning: Deprecation notice

The canihazip.com project stopped working. See the report at #2. As a fallback, this project is using ipify.org with patch 1.0.3 so it does not break old usages.

For new projects, I suggest using public-ip. It is better maintained, built to be more robust (to avoid issues like #2) and has a better feature set.


Get public IP using canihazip.com ipify.org.

Install

To use it as a node module:

npm install --save canihazip
Or to use it as CLI:
npm install --global canihazip

Usage

As a node module:

var canihazip = require('canihazip');

var ip = canihazip();
As CLI:
canihazip

This will return IP of the current machine, for example: 1.2.3.4.

License

MIT © Marko Grešak

Keywords

FAQs

Package last updated on 18 Aug 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

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