@ahmedayob/email-toolkit
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"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. |
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
122061