Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ip-filter

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip-filter

Filter valid IPv4 or IPv6 IP against glob pattern, array, string, regexp or matcher function, if match return the checked IP, otherwise return falsey value.

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ip-filter npmjs.com The MIT License

Filter valid IPv4 or IPv6 IP against glob pattern, array, string, regexp or matcher function, if match return the checked IP, otherwise return falsey value.

code climate standard code style travis build status coverage status dependency status

Install

npm i ip-filter --save
npm test

Usage

For more use-cases see the tests

  • return {String|Null} string when match, otherwise null
var ipFilter = require('ip-filter')

console.log(ipFilter('123.77.34.89', '123.??.34.8*'))
//=> '123.77.34.89'

console.log(ipFilter('123.222.34.89', ['123.???.34.8*', '!123.222.34.89']))
//=> null

See also

  • apidocs-cli: Async CLI for automatically generating API docs from code comments
  • is-missing: Check that given name or user/repo exists in npm registry or in… more
  • koa-ip-filter: Filter IPs with a glob pattern, regex, string, array or matcher function.… more
  • micromatch: Glob matching for javascript/node.js. A drop-in replacement and faster… more
  • npm-related: Thin wrapper on top of helper-related for generating a list of links… more

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue. But before doing anything, please read the CONTRIBUTING.md guidelines.

Charlike Make Reagent new message to charlike freenode #charlike

tunnckocore.tk keybase tunnckocore tunnckoCore npm tunnckoCore twitter tunnckoCore github

Keywords

FAQs

Package last updated on 26 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc