This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

is-ipv6-node
TypeScript icon, indicating that this package has built-in type declarations

1.0.9 • Public • Published

⚠️ 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.

Package Sidebar

Install

npm i is-ipv6-node

Weekly Downloads

3

Version

1.0.9

License

MIT

Unpacked Size

7.79 kB

Total Files

6

Last publish

Collaborators

  • npm