0.0.7 • Published 1 year ago

@jobscale/cidr v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@jobscale/cidr

Installation

npm i @jobscale/cidr

Examples

has

const { Cidr } = require('@jobscale/cidr');

new Cidr('0.0.0.0/0').has('160.160.160.160')

new Cidr('160.160.160.160/32').has('160.160.160.160')

new Cidr('160.160.160.160').has('160.160.160.160');

new Cidr([
  '172.16.0.0/12',
  '160.160.160.160/30',
]).has('160.160.160.160');

Jest test

git clone https://github.com/jobscale/cidr.git jobscale-cidr
cd $_
npm test
0.0.7

1 year ago

0.0.5

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago