Comparing version 3.2.0-beta.1 to 3.2.0-beta.2
{ | ||
"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 @@ |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 2 instances in 1 package
256
2
10429
3
22
3
0