1.0.9 • Published 4 years ago

is-ipv6-node v1.0.9

Weekly downloads
225
License
MIT
Repository
-
Last release
4 years ago

⚠️ This package is deprecated.

is-ipv6-node Logo

Check if String is an IPv6 address.

NPM Package Version NPM Package Downloads NPM Package License

Installation

npm install is-ipv6-node

Usage Example

var isIPv6 = require('is-ipv6-node');

console.log(isIPv6('2a02:2770::21a:4aff:feb3:2ee'));
console.log(isIPv6('Hello World!'));

true
false

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

License

Distributed under the MIT License.

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago