📨 A mailer module for Nest framework (node.js)
Installations
npm install @nestjs-modules/mailer
Score
55.1
Supply Chain
78.2
Quality
76.9
Maintenance
50
Vulnerability
96.7
License
Releases
Contributors
Developer
Developer Guide
Module System
Unable to determine the module system for this package.
Min. Node Version
Typescript Support
Yes
Node Version
20.12.2
NPM Version
10.5.0
Statistics
851 Stars
1,549 Commits
176 Forks
8 Watching
9 Branches
59 Contributors
Updated on 28 Nov 2024
Languages
TypeScript (66.88%)
JavaScript (31.24%)
CSS (0.88%)
Handlebars (0.4%)
Dockerfile (0.26%)
Shell (0.18%)
Pug (0.09%)
EJS (0.08%)
Total Downloads
Cumulative downloads
Total Downloads
19,471,748
Last day
-4.9%
32,936
Compared to previous day
Last week
-2.9%
187,425
Compared to previous week
Last month
1.1%
816,666
Compared to previous month
Last year
49.8%
8,570,479
Compared to previous year
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
Dependencies
2
Peer Dependencies
12
Dev Dependencies
28
Optional Dependencies
9
A mailer module for Nest framework (node.js) using Nodemailer library
Installation
1npm install --save @nestjs-modules/mailer nodemailer 2npm install --save-dev @types/nodemailer 3#or 4yarn add @nestjs-modules/mailer nodemailer 5yarn add -D @types/nodemailer
Hint: handlebars and pug is an optional dependency, if you want to use the template, you must install it.
with npm
1npm install --save handlebars 2#or 3npm install --save pug 4#or 5npm install --save ejs 6#or 7npm install --save mjml
with yarn
1yarn add handlebars 2#or 3yarn add pug 4#or 5yarn add ejs 6#or 7yarn add mjml
Documentation
you can find all the documentation here for the email module
Starter kit
- Sending email-template with outlook - Starter kit, nestjs mailer implementation on outlook smtp with email-template
Contributing
- Cristiam Diaz
- Eduardo Leal
- Juan Echeverry
- Pat McGowan
- Paweł Partyka
- Wasutan Kitijerapat
- Alexandre Titeux
License
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
detected GitHub workflow tokens with excessive permissions
Details
- Info: jobLevel 'actions' permission set to 'read': .github/workflows/codeql-analysis.yml:28
- Info: jobLevel 'contents' permission set to 'read': .github/workflows/codeql-analysis.yml:29
- Warn: no topLevel permission defined: .github/workflows/codeql-analysis.yml:1
- Info: no jobLevel write permissions found
Reason
SAST tool detected but not run on all commits
Details
- Info: SAST configuration detected: CodeQL
- Warn: 0 commits out of 25 are checked with a SAST tool
Reason
Found 4/9 approved changesets -- score normalized to 4
Reason
security policy file detected
Details
- Info: security policy file detected: SECURITY.md:1
- Warn: no linked content found
- Info: Found disclosure, vulnerability, and/or timelines in security policy: SECURITY.md:1
- Info: Found text in security policy: SECURITY.md:1
Reason
7 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-pfq8-rq6v-vf5m
- Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv
- Warn: Project is vulnerable to: GHSA-9h6g-pr28-7cqp
- Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j
- Warn: Project is vulnerable to: GHSA-3965-hpx2-q597
Reason
1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:42: update your workflow using https://app.stepsecurity.io/secureworkflow/nest-modules/mailer/codeql-analysis.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/nest-modules/mailer/codeql-analysis.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:57: update your workflow using https://app.stepsecurity.io/secureworkflow/nest-modules/mailer/codeql-analysis.yml/main?enable=pin
- Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql-analysis.yml:71: update your workflow using https://app.stepsecurity.io/secureworkflow/nest-modules/mailer/codeql-analysis.yml/main?enable=pin
- Warn: containerImage not pinned by hash: Dockerfile:1: pin your Docker image by updating node:lts to node:lts@sha256:5c76d05034644fa8ecc9c2aa84e0a83cd981d0ef13af5455b87b9adf5b216561
- Info: 0 out of 4 GitHub-owned GitHubAction dependencies pinned
- Info: 0 out of 1 containerImage dependencies pinned
Score
5.2
/10
Last Scanned on 2024-11-18
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More