0.1.3 • Published 8 years ago

ipv6-to-bin v0.1.3

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

ipv6-to-bin npm version Build Status Coverage Status

A small method to convert an ipv6 from hex to binary keeping the format ::::::: (8 segments)

Installation

npm install ipv6-to-bin --save

Usage

var ipv6ToBin = require('ipv6-to-bin');

var localhost = ipv6ToBin('0000:0000:0000:0000:0000:0000:0000:0001');

console.log('localhost', localhost);

Tests

npm test

Todo

add :: support add :0: support add :102: support

Contributing

Add unit tests for any new or changed functionality. Lint and test your code.

Release History

  • 0.1.1 modified readme
  • 0.1.0 Initial release
0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago