{"id":22747199,"url":"https://github.com/one-com/express-validate-ip","last_synced_at":"2025-03-30T05:40:39.993Z","repository":{"id":66144392,"uuid":"60076327","full_name":"One-com/express-validate-ip","owner":"One-com","description":"Validate the request IP against a whitelist","archived":false,"fork":false,"pushed_at":"2021-02-24T15:18:06.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-07T14:38:53.897Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/One-com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-31T09:30:16.000Z","updated_at":"2021-02-24T15:18:08.000Z","dependencies_parsed_at":"2023-02-22T01:16:19.095Z","dependency_job_id":null,"html_url":"https://github.com/One-com/express-validate-ip","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/One-com%2Fexpress-validate-ip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/One-com%2Fexpress-validate-ip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/One-com%2Fexpress-validate-ip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/One-com%2Fexpress-validate-ip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/One-com","download_url":"https://codeload.github.com/One-com/express-validate-ip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246281218,"owners_count":20752207,"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":[],"created_at":"2024-12-11T03:13:41.129Z","updated_at":"2025-03-30T05:40:39.988Z","avatar_url":"https://github.com/One-com.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# express-validate-ip\n\n## installation\n\n```\n$ npm install express-validate-ip\n```\n\n## Usage\n\n```js\n\nconst express = require('express');\nconst expressValidateIp = require('express-validate-ip');\n\nconst allowList = [\n    '127.0.0.1',\n    '10.0.0.0/16'\n];\n\nconst app = express();\n\napp.use(expressValidateIp(allowList));\n\n// ...\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fone-com%2Fexpress-validate-ip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fone-com%2Fexpress-validate-ip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fone-com%2Fexpress-validate-ip/lists"}