1.0.3 • Published 9 years ago

ip4-to-int32 v1.0.3

Weekly downloads
1
License
ISC
Repository
github
Last release
9 years ago

IPv4 to Int32 converter

A small library that converts ipv4 addresses to 32-bit integers

Installation

npm install ipv4-to-int32

Usage

var ipv4ToInt32 = require('ipv4-to-int32');

var formattedNum = ipv4ToInt32("128.32.10.1");

Output should be 2149583361

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

1.0.3

9 years ago

1.0.2

9 years ago

1.0.0

9 years ago