{"id":29108539,"url":"https://github.com/nemuelw/emailrep","last_synced_at":"2025-06-29T06:11:38.260Z","repository":{"id":227826429,"uuid":"771820992","full_name":"nemuelw/emailrep","owner":"nemuelw","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":"2025-06-09T03:34:05.562Z","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/nemuelw.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/nemuelw/emailrep","commit_stats":null,"previous_names":["nemzyxt/emailrep","nemuelw/emailrep"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nemuelw/emailrep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Femailrep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Femailrep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Femailrep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Femailrep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nemuelw","download_url":"https://codeload.github.com/nemuelw/emailrep/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nemuelw%2Femailrep/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262545043,"owners_count":23326665,"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":["cybersecurity","email-reputation","emailrep","library","nodejs","nodejs-client","nodejs-client-wrapper","nodejs-library","nodejs-wrapper"],"created_at":"2025-06-29T06:11:37.810Z","updated_at":"2025-06-29T06:11:38.250Z","avatar_url":"https://github.com/nemuelw.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%2Fnemuelw%2Femailrep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnemuelw%2Femailrep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnemuelw%2Femailrep/lists"}