🎩 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
8.0.0
to
8.0.1
+4
-1
nodemailer/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 @@ }

+2
-2
{
"name": "@types/nodemailer",
"version": "8.0.0",
"version": "8.0.1",
"description": "TypeScript definitions for nodemailer",

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

"peerDependencies": {},
"typesPublisherContentHash": "8ed8c28a8ce26fccb32dc803496d473379083f66cf50576b39149873388d4c78",
"typesPublisherContentHash": "e6cda51bd625ee7bd7c05fd04df9dd5d7b16b72a07bc0b9e4f8a3c894356261f",
"typeScriptVersion": "5.3"
}

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

### Additional Details
* Last updated: Sat, 04 Apr 2026 18:06:42 GMT
* Last updated: Wed, 10 Jun 2026 21:20:37 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

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