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

mailauth

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailauth - npm Package Compare versions

Comparing version 4.5.1 to 4.5.2

6

lib/bimi/index.js

@@ -204,6 +204,4 @@ 'use strict';

let ab = await res.arrayBuffer();
process.stdout.write(Buffer.from(ab));
return Buffer.from(ab);
const arrayBufferValue = await res.arrayBuffer();
return Buffer.from(arrayBufferValue);
};

@@ -210,0 +208,0 @@

@@ -11,2 +11,3 @@ name license type link installed version author

punycode MIT git+https://github.com/mathiasbynens/punycode.js.git 2.3.0 Mathias Bynens https://mathiasbynens.be/
undici MIT git+https://github.com/nodejs/undici.git 5.23.0 Matteo Collina <hello@matteocollina.com>
yargs MIT git+https://github.com/yargs/yargs.git 17.7.2 n/a
{
"name": "mailauth",
"version": "4.5.1",
"version": "4.5.2",
"description": "Email authentication library for Node.js",

@@ -5,0 +5,0 @@ "main": "lib/mailauth.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