1.0.9 • Published 2 years ago

is-ipv6-node v1.0.9

Weekly downloads
225
License
MIT
Repository
-
Last release
2 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

2 years ago

1.0.8

2 years ago

1.0.7

8 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago