Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

getcontributors

Package Overview
Dependencies
Maintainers
1
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

getcontributors

Fetch the contributors of the repositories of the specified github users

  • 1.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
26
increased by52.94%
Maintainers
1
Weekly downloads
 
Created
Source

Get Contributors

Build Status NPM version Flattr this project

Fetch the contributors of the repositories of the specified github users

Install

npm install --save getcontributors

Usage

require('getcontributors')({
	users: ['bevry'],
	github_client_id: null, // optional
	github_client_secret: null, // optional
	log: console.log, // args: level, message...
	next: console.log // args: err, contributors
})

Contributors are returned as an array of contributor objects, here is an examply contributor object:

{
	name: "Benjamin Lupton",
	email: "b@lupton.cc",
	url: "https://github.com/balupton",
	username: "balupton",
	text: "Benjamin Lupton <b@lupton.cc> (https://github.com/balupton)",
	repos: {
		docpad: "https://github.com/bevry/docpad",
		getcontributors: "https://github.com/bevry/getcontributors"
		// ...
	}
}

History

You can discover the history inside the History.md file

License

Licensed under the incredibly permissive MIT License
Copyright © 2012 Bevry Pty Ltd

Keywords

FAQs

Package last updated on 10 Apr 2013

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc