You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

network-address

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

network-address

get the local network address of your machine

latest
Source
npmnpm
Version
1.1.2
Version published
Weekly downloads
12K
11.09%
Maintainers
1
Weekly downloads
 
Created
Source

network-address

get the local network address of your machine

npm install network-address

build status

it is easy to use

var address = require('network-address')

console.log(address())      // prints something like 192.168.3.102
console.log(address.ipv6()) // prints something like fc00::5137:ecb:55be:c2fc

it is also available as a command line tool

npm install -g network-address

you are now able to run network-address in your terminal

Keywords

network

FAQs

Package last updated on 17 Jan 2017

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