3.0.2 • Published 1 year ago
private-ip v3.0.2
private-ip
Check if IP address is private.
badges
Installation
❯ npm install private-ip --save
or
❯ yarn add private-ip
Usage
import is_ip_private from 'private-ip'
is_ip_private('10.0.0.0')
// => true
is_ip_private('101.0.26.90')
// => false
is_ip_private('not.an.ip.com')
// => undefined
Development
Tests
$ yarn run test
Build
$ yarn run build
Authors
- Damir Mustafin @frenchbread
- Sick.Codes @sickcodes - https://twitter.com/sickcodes
- John Jackson @johnjhacking - https://twitter.com/johnjhacking
- Nick Sahler @nicksahler - https://twitter.com/tensor_bodega
Credits
https://github.com/frenchbread/private-ip/blob/master/CREDITS.md
License
IANA Reserved IP list
https://www.iana.org/assignments/iana-ipv4-special-registry/iana-ipv4-special-registry-1.csv
3.0.2
1 year ago
3.0.1
2 years ago
3.0.0
3 years ago
2.3.4
3 years ago
2.3.2
4 years ago
2.3.3
4 years ago
2.3.1
4 years ago
2.3.0
4 years ago
2.2.1
4 years ago
2.2.0
4 years ago
2.1.1
5 years ago
2.1.0
5 years ago
2.0.0
5 years ago
1.0.5
8 years ago
1.0.4
8 years ago
1.0.3
8 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago
0.1.0
9 years ago
0.0.1
9 years ago