New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

github-user-publickeys

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-user-publickeys

Get GitHub users PublicKeys

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

github-user-publickey

Get GitHub users PublicKey

Install

> npm install --save github-user-publickey

Usage

var githubUserPublicKey = require('github-user-publickey');
githubUserPublicKey(cli.input[0], function (err, data) {
    console.log(data);
    //=>[ssh-rsa AAA....]
});

CLI

> npm install --global github-user-publickey

$ github-user-publickey --help

  Example
    github-user-publickey beat
    ssh-rsa AA....

License

MIT © Chintan Radia

Keywords

api

FAQs

Package last updated on 05 Oct 2015

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