This package has been deprecated

Author message:

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

is-ipv4-node

1.0.7 • Public • Published

⚠️ This package is deprecated.

is-ipv4-node Logo

Check if String is an IPv4 address.

NPM Package Version NPM Package Downloads NPM Package License

Installation

npm install is-ipv4-node

Usage Example

var isIPv4 = require('is-ipv4-node');

console.log(isIPv4('46.19.37.108'));
console.log(isIPv4('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-ipv4-node

Weekly Downloads

13

Version

1.0.7

License

MIT

Unpacked Size

7.17 kB

Total Files

6

Last publish

Collaborators

  • npm