{"id":43305606,"url":"https://github.com/n3mu3lw/emailrep","last_synced_at":"2026-04-29T14:02:03.911Z","repository":{"id":227826429,"uuid":"771820992","full_name":"n3mu3lw/emailrep","owner":"n3mu3lw","description":"Node.js library for the EmailRep API","archived":false,"fork":false,"pushed_at":"2024-03-16T04:19:44.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-02T02:56:29.853Z","etag":null,"topics":["cybersecurity","email-reputation","emailrep","library","nodejs","nodejs-client","nodejs-client-wrapper","nodejs-library","nodejs-wrapper"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/emailrep","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/n3mu3lw.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-14T02:26:21.000Z","updated_at":"2025-02-22T15:26:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"f8472aff-9b31-4923-8a10-b1b3133bde0d","html_url":"https://github.com/n3mu3lw/emailrep","commit_stats":null,"previous_names":["nemzyxt/emailrep","nemuelw/emailrep","n3mu3lw/emailrep"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/n3mu3lw/emailrep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3mu3lw%2Femailrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3mu3lw%2Femailrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3mu3lw%2Femailrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3mu3lw%2Femailrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/n3mu3lw","download_url":"https://codeload.github.com/n3mu3lw/emailrep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/n3mu3lw%2Femailrep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32428622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T13:34:34.882Z","status":"ssl_error","status_checked_at":"2026-04-29T13:34:29.830Z","response_time":110,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cybersecurity","email-reputation","emailrep","library","nodejs","nodejs-client","nodejs-client-wrapper","nodejs-library","nodejs-wrapper"],"created_at":"2026-02-01T20:14:53.036Z","updated_at":"2026-04-29T14:02:03.906Z","avatar_url":"https://github.com/n3mu3lw.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emailrep\n\nNode.js library for the EmailRep API\n\n## Installation\n\n```bash\nnpm i emailrep\n```\n\n## Usage\n\nExample:\n\n```javascript\nconst emailrep = require('emailrep')\n\ngetEmailRep('bill@microsoft.com')\n    .then(result =\u003e {\n        if (result.success) {\n            console.log(result.details)\n        } else {\n            console.log(result.error))\n        }\n    })\n    .catch(error =\u003e console.error('Error:', error))\n```\n\nOutput:\n\n```bash\n{\n  blacklisted: false,\n  malicious_activity: false,\n  malicious_activity_recent: false,\n  credentials_leaked: true,\n  credentials_leaked_recent: false,\n  data_breach: true,\n  first_seen: '07/01/2008',\n  last_seen: '01/16/2024',\n  domain_exists: true,\n  domain_reputation: 'high',\n  new_domain: false,\n  days_since_domain_creation: 12006,\n  suspicious_tld: false,\n  spam: false,\n  free_provider: false,\n  disposable: false,\n  deliverable: true,\n  accept_all: false,\n  valid_mx: true,\n  primary_mx: 'microsoft-com.mail.protection.outlook.com',\n  spoofable: false,\n  spf_strict: true,\n  dmarc_enforced: true,\n  profiles: [ 'linkedin', 'twitter' ]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn3mu3lw%2Femailrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn3mu3lw%2Femailrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn3mu3lw%2Femailrep/lists"}