node-cidr-matcher icon indicating copy to clipboard operation
node-cidr-matcher copied to clipboard

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

Results 5 node-cidr-matcher issues
Sort by recently updated
recently updated
newest added

I did a test and found the real results were different to what was mentioned in the README, so try to update them

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.0 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

This PR adds benchmarks for [netparser](https://www.npmjs.com/package/netparser), (which seems to use binary search to implement matching and is therefore quite fast) and the node.js built-in [net.BlockList](https://nodejs.org/api/net.html#net_class_net_blocklist) which was added in node.js...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies