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

@emmsdan/network-address

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@emmsdan/network-address

get all the network addresses your app is running on.

  • 0.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Network Addresses

Get access to all the available networks.

Installing

using npm

npm install @emmsdan/network-address

using yarn

yarn add @emmsdan/network-address

Usage

// CommonJS
const networkAdd = require('@emmsdan/network-address').v4;


// ECMA Script
import { v4, v6 } from '@emmsdan/network-address';

 
 console.log(v4)
 console.log(v6)


 [
  "192.168.xx.xx", 
  "100.16.xx.xx", 
  "172.17.xx.xx",
  "127.0.0.1"
 ]
 

. .

|||Don't forget you free to break this code always|||

Keywords

FAQs

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