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

github-auth

Package Overview
Dependencies
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-auth - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

12

index.js

@@ -61,3 +61,4 @@ const routilCookie = require('routil-cookie');

pass: config.credentials.pass
}
},
timeout: 10000
}, cb);

@@ -68,3 +69,4 @@ } else {

'User-Agent': userAgent
}
},
timeout: 10000
}, cb);

@@ -119,3 +121,4 @@ }

'User-Agent': userAgent
}
},
timeout: 10000
}, function(err, res, body) {

@@ -230,3 +233,4 @@ if (err) return callback(err);

state: ghSecretState
}
},
timeout: 10000
}, function(err, response, body) {

@@ -233,0 +237,0 @@ if (err) return next(err);

{
"name": "github-auth",
"version": "3.0.0",
"version": "3.0.1",
"description": "connect compatible middleware for auth with github",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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