
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
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 1 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.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.