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

dev-ip

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

dev-ip

The best project ever.

  • 0.1.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
289K
decreased by-58.89%
Maintainers
1
Weekly downloads
 
Created

What is dev-ip?

The dev-ip npm package is a utility that helps developers quickly find their local IP address. This can be particularly useful for setting up local development environments, testing, and debugging network-related issues.

What are dev-ip's main functionalities?

Get Local IP Address

This feature allows you to retrieve the local IP addresses of your machine. The code sample demonstrates how to use the dev-ip package to get an array of local IP addresses and print them to the console.

const devip = require('dev-ip');
const localIPs = devip();
console.log(localIPs);

Other packages similar to dev-ip

FAQs

Package last updated on 23 Oct 2013

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