{"id":15065329,"url":"https://github.com/rizwanjamal/ip-check-range","last_synced_at":"2025-04-10T13:23:10.740Z","repository":{"id":57276478,"uuid":"153644126","full_name":"Rizwanjamal/ip-check-range","owner":"Rizwanjamal","description":"🎉  NodeJS module for checking if IP exists in the list of \"White Listed IP's\". 🚀","archived":false,"fork":false,"pushed_at":"2018-10-24T10:13:10.000Z","size":4,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T12:09:08.899Z","etag":null,"topics":["ip-range","ip-range-check","npm-module","npm-package","npmjs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Rizwanjamal.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-10-18T15:10:53.000Z","updated_at":"2023-11-18T10:41:01.000Z","dependencies_parsed_at":"2022-09-14T02:21:06.511Z","dependency_job_id":null,"html_url":"https://github.com/Rizwanjamal/ip-check-range","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rizwanjamal%2Fip-check-range","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rizwanjamal%2Fip-check-range/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rizwanjamal%2Fip-check-range/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Rizwanjamal%2Fip-check-range/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Rizwanjamal","download_url":"https://codeload.github.com/Rizwanjamal/ip-check-range/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225664,"owners_count":21068078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ip-range","ip-range-check","npm-module","npm-package","npmjs"],"created_at":"2024-09-25T00:36:50.573Z","updated_at":"2025-04-10T13:23:10.713Z","avatar_url":"https://github.com/Rizwanjamal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ip-check-range\n\n[![npm (scoped)](https://img.shields.io/npm/v/ipcheck.svg)](https://www.npmjs.com/package/ip-check-range)\n[![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/ipcheck.svg)](https://www.npmjs.com/package/ip-check-range)\n[![Travis](https://api.travis-ci.org/gosquared/ipcheck.svg)](https://travis-ci.org/gosquared/ipcheck)\n[![Dependencies](https://david-dm.org/gosquared/ipcheck.svg)](https://david-dm.org/gosquared/ipcheck)\n\n[![NPM](https://nodei.co/npm/ip-check-range.png?downloads=true\u0026downloadRank=true\u0026stars=true)](https://www.npmjs.com/package/ip-check-range)\n\n\nAllowing you to check request IP or anyother IP for Range Matches.\n\n## Install\n\n`npm install ip-check-range --save`\n\n## Usage\n\n```js\nvar IPCheckRange = require('ip-check-rage');\nIPCheckRange('192.168.34.253', ['192.168.0.1', '192.168.0-78.253']);    //= true\nIPCheckRange('192.198.34.1', ['192.168-255.34.1', '192.168.0-78,253']); //= true\nIPCheckRange('192.13.134.223', ['192.*.*.*', '192.168.*,*']);           //= true\nIPCheckRange('192.16.0.124', ['192.168.0.1-178', '192.168.0-78,253']);  //= false\nIPCheckRange('192.168.34.76', ['192.168.0.1', '192.168.0-78.23-253']);  //= true\n```\n## Contributing\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/Rizwanjamal/ip-check-range/issues/new).\nBut before doing anything, please read the [CONTRIBUTING.md](./CONTRIBUTING.md) guidelines.\n\n## [Rizwan Jamal](http://www.rizwanjamal.tk) [![rizwanjamal.tk][author-www-img]][author-www-url]\n\n[npmjs-url]: https://github.com/Rizwanjamal/ip-check-range\n[npmjs-img]: https://img.shields.io/npm/v/ip-check-range.svg?label=ip-check-range\n\n[license-url]: https://github.com/Rizwanjamal/ip-check-range/blob/master/LICENSE\n[license-img]: https://img.shields.io/npm/l/ip-check-range.svg\n\n[downloads-url]: https://www.npmjs.com/package/ip-check-range\n[downloads-img]: https://img.shields.io/npm/dm/ip-check-range.svg\n\n[author-www-url]: http://www.rizwanjamal.tk\n[author-www-img]: https://img.shields.io/badge/www-rizwanjamal.tk-fe7d37.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frizwanjamal%2Fip-check-range","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frizwanjamal%2Fip-check-range","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frizwanjamal%2Fip-check-range/lists"}