New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

authheaders

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authheaders - npm Package Compare versions

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] = {};

2

package.json
{
"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": {

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