@types/nodemailer 6.4.22 → 6.4.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
nodemailer v6.4/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for nodemailer (https://github.com/nodema
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer/v6.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Fri, 20 Feb 2026 20:05:00 GMT
|
|
12
12
|
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
|
|
13
13
|
|
|
14
14
|
# Credits
|
|
@@ -137,6 +137,8 @@ declare namespace SMTPConnection {
|
|
|
137
137
|
auth?: AuthenticationType | undefined;
|
|
138
138
|
/** defines if the connection should use SSL (if true) or not (if false) */
|
|
139
139
|
secure?: boolean | undefined;
|
|
140
|
+
/** indicates that the provided socket has already been upgraded to TLS (if true) */
|
|
141
|
+
secured?: boolean | undefined;
|
|
140
142
|
/** turns off STARTTLS support if true */
|
|
141
143
|
ignoreTLS?: boolean | undefined;
|
|
142
144
|
/** forces the client to use STARTTLS. Returns an error if upgrading the connection is not possible or fails. */
|
nodemailer v6.4/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/nodemailer",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.23",
|
|
4
4
|
"description": "TypeScript definitions for nodemailer",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,6 +33,6 @@
|
|
|
33
33
|
"@types/node": "*"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {},
|
|
36
|
-
"typesPublisherContentHash": "
|
|
36
|
+
"typesPublisherContentHash": "e9ba943bb60859d23ee734b8183f9228cccd16bad246b9181c0e7ec02d48700b",
|
|
37
37
|
"typeScriptVersion": "5.2"
|
|
38
38
|
}
|