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

ipv4-tools

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipv4-tools

IPv4 utility functions toolkit, developed for use on Node.JS / IO.JS network related projects.

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

#ipv4-tools

####IPv4 utility toolkit, developed for use on Node.JS / IO.JS network related projects. ####(NPM package)

######v0.2.0 available prototypes:

  • generateIPv4(class, callback)

    Generates random IPv4 according to desired class (A to E | R for random class).

  • validateIPv4(ipv4, callback)

    Validate given IPv4 address.

  • getNetworkClass(ipv4, callback)

    Checks for IPv4 network class.

  • getNetworkData(ipv4, callback)

    Get IPv4 network related data.

  • getDnsData(ipv4, callback)

    Collect IPv4 DNS related data.

  • ipv4ToInteger(ipv4, callback)

    Converts given Ipv4 address to the correspondent integer value.

  • integerToIPv4(number, callback)

    Converts given integer value to correspondent IPv4 address.

Keywords

ip

FAQs

Package last updated on 14 Sep 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