🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More
Socket
Book a DemoSign in
Socket

github-current-user

Package Overview
Dependencies
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-current-user - npm Package Compare versions

Comparing version
2.4.0
to
2.4.1
+2
-2
package.json
{
"name": "github-current-user",
"description": "Verify the current GitHub user via their private keys",
"version": "2.4.0",
"version": "2.4.1",
"author": "Beau Gunderson <beau@beaugunderson.com>",

@@ -17,3 +17,3 @@ "bin": {

"github-username": "^1.1.1",
"parse-git-config": "^0.3.0",
"parse-git-config": "^0.3.1",
"request": "^2.55.0"

@@ -20,0 +20,0 @@ },

var user = require('./github-current-user');
user.verify(function (err, verified, username) {
// if verified === true, the user has the correct private key or ssh-agent
// for the username in the `username`
console.log(err, verified, username);
});