authheaders
Advanced tools
Comparing version 2.0.1 to 2.0.2
11
index.js
@@ -66,2 +66,13 @@ const path = require('path'); | ||
}; | ||
// TODO: investigate thie edge case further and follow up with authheaders/dkimpy authors | ||
if (!result.header) | ||
return reject( | ||
new Error( | ||
`No Authentication-Results header was returned. Data: ${JSON.stringify( | ||
{ message, stdout, stderr } | ||
)}` | ||
) | ||
); | ||
for (const key of KEYS) { | ||
@@ -68,0 +79,0 @@ result[key] = {}; |
{ | ||
"name": "authheaders", | ||
"description": "Node.js wrapper around the Python pip package authheaders", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
25598
178