Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ahmedayob/email-toolkit

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ahmedayob/email-toolkit - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

4

dist/index.js

@@ -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

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