github-auth
Advanced tools
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
288
1
33723