0.0.15 • Published 4 years ago

ip-instruments v0.0.15

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

ip-instruments

All Contributors Build Status

A library for interacting with IPv4

const { IPInstruments } = require("ip-instruments");

const IPInstruments = new IPInstruments();

console.log(IPInstruments.isPrivate("192.168.0.1")); // --> true
console.log(IPInstruments.isLocalhost("127.0.0.1")); // --> true
console.log(IPInstruments.generateRange("192.168.0.0", "192.168.0.4")); // ["192.168.0.0", "192.168.0.1", "192.168.0.2", "192.168.0.3", "192.168.0.4"]

Contributors

Thanks goes to these wonderful people (emoji key):

This project follows the all-contributors specification. Contributions of any kind welcome!

0.0.15

4 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago