UNPKG

cidr-matcher

Version:

Fast CIDR matcher. Given an input IPv4 address, it checks if it's inside a set of IP ranges, expressed in CIDR notation.

15 lines (14 loc) 303 B
{ "name": "node-cidr-matcher-benchmark", "version": "1.0.0", "description": "", "main": "benchmark.js", "author": "Marco Pracucci", "license": "MIT", "devDependencies": { "cidr-matcher": "^1.0.5", "ip-range-check": "0.0.2", "is-in-subnet": "^1.9.0" }, "dependencies": {} }