@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.
@@ -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: Mon, 26 Jan 2026 19:37:03 GMT
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. */
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@types/nodemailer",
3
- "version": "6.4.22",
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": "5b60f30661ae52e44ee9e3316e4105d85e1525e26428135f06fc537cb068b360",
36
+ "typesPublisherContentHash": "e9ba943bb60859d23ee734b8183f9228cccd16bad246b9181c0e7ec02d48700b",
37
37
  "typeScriptVersion": "5.2"
38
38
  }