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

m_ip

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m_ip

get ipv4 network address

latest
Source
npmnpm
Version
0.0.3
Version published
Weekly downloads
1
-80%
Maintainers
1
Weekly downloads
 
Created
Source

m_ip

simple tool to get the internal network IP, only for ipv4

From the command line.

> npm install m_ip -g

> m_ip

As a readable stream.

npm install m_ip --save

const m_ip = require('m_ip');

m_ip().pipe(process.stdout);

Keywords

ip

FAQs

Package last updated on 12 Nov 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