@ahmedayob/email-toolkit
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -172,5 +172,5 @@ "use strict"; | ||
const bytes = Base64.decodeToBuffer(binary); | ||
const buffer = Buffer.from(bytes); | ||
const arrayBuffer = new Uint8Array(bytes); | ||
return { | ||
size: buffer.length, | ||
size: arrayBuffer.byteLength, | ||
type: "application/octet-stream", | ||
@@ -177,0 +177,0 @@ data: binary |
{ | ||
"name": "@ahmedayob/email-toolkit", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.mjs", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38340