New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mailtrap

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mailtrap - npm Package Compare versions

Comparing version 3.2.0-beta.1 to 3.2.0-beta.2

9

package.json
{
"name": "mailtrap",
"description": "Official mailtrap.io API client",
"version": "3.2.0-beta.1",
"version": "3.2.0-beta.2",
"author": "Railsware Products Studio LLC",

@@ -28,2 +28,3 @@ "dependencies": {

"jest": "^29.3.1",
"nodemailer": "^6.9.4",
"prettier": "^2.6.2",

@@ -43,3 +44,4 @@ "ts-node": "^10.2.1",

"peerDependencies": {
"nodemailer": "^6.9.4"
"nodemailer": "^6.9.4",
"@types/nodemailer": "^6.4.9"
},

@@ -49,2 +51,5 @@ "peerDependenciesMeta": {

"optional": true
},
"@types/nodemailer": {
"optional": true
}

@@ -51,0 +56,0 @@ },

@@ -157,4 +157,20 @@ ![TypeScript](https://badgen.net/badge/icon/TypeScript/?icon=typescript&label) [![test](https://github.com/railsware/mailtrap-nodejs/actions/workflows/test.yml/badge.svg)](https://github.com/railsware/mailtrap-nodejs/actions/workflows/test.yml)

***[Nodemailer](https://www.npmjs.com/package/nodemailer) needed as a dependency.***
> NOTE: [Nodemailer](https://www.npmjs.com/package/nodemailer) is needed as a dependency.
```sh
yarn add nodemailer
# or, if you are using NPM:
npm install --s nodemailer
```
If you're using Typescript, install `@types/nodemailer` as a `devDependency`.
```sh
yarn add --dev @types/nodemailer
# or, if you are using NPM:
npm install --s-dev @types/nodemailer
```
You can provide Mailtrap specific keys like `category`, `customVariables`, `templateUuid` and `templateVariables`.

@@ -161,0 +177,0 @@

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