Gathering detailed insights and metrics for @nestjs-modules/mailer
Gathering detailed insights and metrics for @nestjs-modules/mailer
Gathering detailed insights and metrics for @nestjs-modules/mailer
Gathering detailed insights and metrics for @nestjs-modules/mailer
npm install @nestjs-modules/mailer
Typescript
Module System
Node Version
NPM Version
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
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
885 Stars
1,549 Commits
180 Forks
8 Watchers
9 Branches
57 Contributors
Updated on Jul 11, 2025
Latest Version
2.0.2
Package Id
@nestjs-modules/mailer@2.0.2
Unpacked Size
63.53 kB
Size
15.80 kB
File Count
47
NPM Version
10.5.0
Node Version
20.12.2
Published on
Apr 30, 2024
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
12
28
9
A mailer module for Nest framework (node.js) using Nodemailer library
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.
1npm install --save handlebars 2#or 3npm install --save pug 4#or 5npm install --save ejs 6#or 7npm install --save mjml
1yarn add handlebars 2#or 3yarn add pug 4#or 5yarn add ejs 6#or 7yarn add mjml
you can find all the documentation here for the email module
MIT
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
Found 4/9 approved changesets -- score normalized to 4
Reason
security policy file detected
Details
Reason
9 existing vulnerabilities detected
Details
Reason
0 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
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
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