Comparing version 4.5.1 to 4.5.2
@@ -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
271929
5264