🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@types/nodemailer

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/nodemailer - npm Package Compare versions

Comparing version
6.4.23
to
6.4.24
+4
-1
nodemailer v6.4/lib/mailer/index.d.ts

@@ -30,4 +30,7 @@ /// <reference types="node" />

/** Most reliable way to represent an email address with optional name. Nodemailer handles all the escaping and formatting automatically, forming `Name <email>` strings. */
interface Address {
name: string;
/** Name part of `Name <email>` address; if falsey, only the email address will be used */
name?: string | undefined;
/** Email part of `Name <email>` address; technically optional, but Nodemailer ignores address-less objects, so we require it to help prevent bugs. */
address: string;

@@ -34,0 +37,0 @@ }

+3
-3
{
"name": "@types/nodemailer",
"version": "6.4.23",
"version": "6.4.24",
"description": "TypeScript definitions for nodemailer",

@@ -36,4 +36,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer",

"peerDependencies": {},
"typesPublisherContentHash": "e9ba943bb60859d23ee734b8183f9228cccd16bad246b9181c0e7ec02d48700b",
"typeScriptVersion": "5.2"
"typesPublisherContentHash": "2c1f4bbc761f308d91ac1c75f621b4943792fbbc4cf4d1c0b6b0bcee24de5e87",
"typeScriptVersion": "5.3"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 20 Feb 2026 20:05:00 GMT
* Last updated: Wed, 10 Jun 2026 21:20:37 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@