1.0.8 • Published 8 years ago

isipright v1.0.8

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

check ip is right.

Usage

npm install isipright
var isipright = require('isipright')

isipright.check('127.0.0.1')  // return ture
isipright.check(['127.0.0.1', '11.11.11.11'])   // return true
isipright.check(['127.0.0.1', '11.11.a1.11'])  // return false
isipright.check(['127.0.1', '11.11.11.11'])  // return false

Test

node test/test.js

LICENSE

MIT

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago