
Research
Security News
The Growing Risk of Malicious Browser Extensions
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
fetch-github-organization
Advanced tools
Fetch users from a github organization deeply.
:warning: This interface may change!
npm install --save fetch-github-organization
const fetchUsers = require('fetch-github-organization');
fetchUsers('nteract')
.then(x => console.log(x))
Result:
Promise { <pending> }
[ { login: 'alainakafkes',
id: 11997668,
avatar_url: 'https://avatars2.githubusercontent.com/u/11997668?v=3',
gravatar_id: '',
url: 'https://api.github.com/users/alainakafkes',
html_url: 'https://github.com/alainakafkes',
followers_url: 'https://api.github.com/users/alainakafkes/followers',
following_url: 'https://api.github.com/users/alainakafkes/following{/other_user}',
gists_url: 'https://api.github.com/users/alainakafkes/gists{/gist_id}',
starred_url: 'https://api.github.com/users/alainakafkes/starred{/owner}{/repo}',
subscriptions_url: 'https://api.github.com/users/alainakafkes/subscriptions',
organizations_url: 'https://api.github.com/users/alainakafkes/orgs',
repos_url: 'https://api.github.com/users/alainakafkes/repos',
events_url: 'https://api.github.com/users/alainakafkes/events{/privacy}',
received_events_url: 'https://api.github.com/users/alainakafkes/received_events',
type: 'User',
site_admin: false,
name: 'Alaina Kafkes',
company: null,
blog: 'http://alainakafk.es',
location: 'Chicago, IL',
...
FAQs
Fetch all users in a github organization
The npm package fetch-github-organization receives a total of 2 weekly downloads. As such, fetch-github-organization popularity was classified as not popular.
We found that fetch-github-organization demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover how browser extensions in trusted stores are used to hijack sessions, redirect traffic, and manipulate user behavior.
Research
Security News
An in-depth analysis of credential stealers, crypto drainers, cryptojackers, and clipboard hijackers abusing open source package registries to compromise Web3 development environments.
Security News
pnpm 10.12.1 introduces a global virtual store for faster installs and new options for managing dependencies with version catalogs.