You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

find-gh-commit-emails

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-gh-commit-emails

Search for emails used by a given GitHub user

1.1.1
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

find-gh-commit-emails

npm license: MIT

Utilities for finding emails used by a given GitHub user.

Usage

This package provides an executable that can be invoked directly.

npx find-gh-commit-emails <username>

A utility function is also provided for use in Node.js applications.

import { findEmails } from "find-gh-commit-emails";

const username = "<username>";
const token = "[token]";
const options = {
  includeCommitter: true,
};

const emailMap = await findEmails(username, token, options);

License

Licensed under the MIT License.

FAQs

Package last updated on 15 Jun 2025

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