Gathering detailed insights and metrics for @types/nodemailer-direct-transport
Gathering detailed insights and metrics for @types/nodemailer-direct-transport
Gathering detailed insights and metrics for @types/nodemailer-direct-transport
Gathering detailed insights and metrics for @types/nodemailer-direct-transport
The repository for high quality TypeScript type definitions.
npm install @types/nodemailer-direct-transport
Typescript
Module System
80.3
Supply Chain
68.6
Quality
75.1
Maintenance
100
Vulnerability
99.3
License
TypeScript (99.84%)
JavaScript (0.15%)
Shell (0.01%)
Total Downloads
5,765,151
Last Day
369
Last Week
16,017
Last Month
70,078
Last Year
761,421
NOASSERTION License
49,987 Stars
89,684 Commits
30,431 Forks
641 Watchers
6 Branches
9,957 Contributors
Updated on Jul 02, 2025
Latest Version
1.0.35
Package Id
@types/nodemailer-direct-transport@1.0.35
Unpacked Size
4.07 kB
Size
1.76 kB
File Count
5
Published on
Nov 07, 2023
Cumulative downloads
Total Downloads
Last Day
-37.7%
369
Compared to previous day
Last Week
-10%
16,017
Compared to previous week
Last Month
5.7%
70,078
Compared to previous month
Last Year
-11.7%
761,421
Compared to previous year
1
npm install --save @types/nodemailer-direct-transport
This package contains type definitions for nodemailer-direct-transport (https://github.com/andris9/nodemailer-direct-transport).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer-direct-transport.
1import * as nodemailer from "nodemailer"; 2 3declare namespace directTransport { 4 export interface AuthOptions { 5 user?: string | undefined; 6 pass?: string | undefined; 7 xoauth2?: any; 8 } 9 10 export interface DirectOptions { 11 /** 12 * optional hostname of the client, used for identifying to the server 13 */ 14 name?: string | undefined; 15 /** 16 * if true, the connection emits all traffic between client and server as 'log' events 17 */ 18 debug?: boolean | undefined; 19 } 20} 21 22declare function directTransport(options: directTransport.DirectOptions): nodemailer.Transport; 23 24export = directTransport; 25
These definitions were written by Rogier Schouten.
No vulnerabilities found.
Reason
30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10
Reason
no dangerous workflow patterns detected
Reason
security policy file detected
Details
Reason
0 existing vulnerabilities detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 25/29 approved changesets -- score normalized to 8
Reason
dependency not pinned by hash detected -- score normalized to 8
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Score
Last Scanned on 2025-06-30
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