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.3 to 0.1.4

8

package.json
{
"name": "@ahmedayob/email-toolkit",
"version": "0.1.3",
"version": "0.1.4",
"main": "index.js",

@@ -9,6 +9,6 @@ "module": "dist/index.mjs",

"type": "git",
"url": "https://github.com/wildduck2/mime-builder"
"url": "https://github.com/wildduck2/email-builder"
},
"github": "https://github.com/wildduck2/mime-builder",
"homepage": "https://github.com/wildduck2/mime-builder",
"github": "https://github.com/wildduck2/email-builder",
"homepage": "https://github.com/wildduck2/email-builder",
"files": [

@@ -15,0 +15,0 @@ "/dist"

@@ -1,4 +0,4 @@

# @ahmedayob/mime-builder
# @ahmedayob/email-builder
`@ahmedayob/mime-builder` is a TypeScript library for building and manipulating MIME (Multipurpose Internet Mail Extensions) messages. This library provides an easy-to-use API for creating, modifying, and encoding MIME messages, making it ideal for email and other internet-based communication systems.
`@ahmedayob/email-builder` is a TypeScript library for building and manipulating MIME (Multipurpose Internet Mail Extensions) messages. This library provides an easy-to-use API for creating, modifying, and encoding MIME messages, making it ideal for email and other internet-based communication systems.

@@ -15,6 +15,6 @@ ## Features

You can install `@ahmedayob/mime-builder` using npm or yarn:
You can install `@ahmedayob/email-builder` using npm or yarn:
```bash
npm install @ahmedayob/mime-builder
npm install @ahmedayob/email-builder
```

@@ -25,3 +25,3 @@

```bash
yarn add @ahmedayob/mime-builder
yarn add @ahmedayob/email-builder
```

@@ -31,6 +31,6 @@

Here’s a basic example of how to use the `@ahmedayob/mime-builder` library:
Here’s a basic example of how to use the `@ahmedayob/email-builder` library:
```typescript
import { MimeBuilder, Base64 } from "@ahmedayob/mime-builder";
import { MimeBuilder, Base64 } from "@ahmedayob/email-builder";

@@ -115,5 +115,5 @@ // Create a new MIME message

- [GitHub Repository](https://github.com/wildduck2/mime-builder)
- [Homepage](https://github.com/wildduck2/mime-builder)
- [GitHub Repository](https://github.com/wildduck2/email-builder)
- [Homepage](https://github.com/wildduck2/email-builder)
This README provides a clear overview of the package, including its features, installation instructions, basic usage, API details, and contact information. Make sure to adjust any details if necessary, and add any additional sections or links that may be relevant.
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