Socket
Socket
Sign inDemoInstall

@colophon/github-client

Package Overview
Dependencies
Maintainers
3
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@colophon/github-client

@colophon/github-client


Version published
Weekly downloads
3
decreased by-66.67%
Maintainers
3
Weekly downloads
 
Created
Source

@colophon/github-client version License Build Status Downloads

Discover and parse Colophon files in your GitHub repositories.

Install

npm install --save @colophon/github-client

Usage

const getColophonData = require('@colophon/github-client')

const authOptions = {
  type: 'oauth',
  token: '...'
}

const requestOptions = {
  org: 'acme' // if omitted, it will parse Colophon files in the repositories associated with the user/token
  concurrency: 5, // defaults to 10
  perPage: 10 // defaults to 100 
}

// Prints to console
getColophonData(authOptions, requestOptions)
  .then(results => console.log('RESULTS', results)

See more details about Colophon schema here.


License: ISC • Copyright: Colophon Project

Keywords

FAQs

Package last updated on 18 Sep 2018

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