Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Socket
Sign inDemoInstall

@types/nodemailer

Package Overview
Dependencies
Maintainers
1
Versions
69
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.5 to 6.4.6

4

nodemailer/lib/mailer/index.d.ts

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

bcc?: string | Address | Array<string | Address> | undefined;
/** An e-mail address that will appear on the Reply-To: field */
replyTo?: string | Address | undefined;
/** Comma separated list or an array of e-mail addresses that will appear on the Reply-To: field */
replyTo?: string | Address | Array<string | Address> | undefined;
/** The message-id this message is replying */

@@ -111,0 +111,0 @@ inReplyTo?: string | Address | undefined;

{
"name": "@types/nodemailer",
"version": "6.4.5",
"version": "6.4.6",
"description": "TypeScript definitions for Nodemailer",

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

},
"typesPublisherContentHash": "bc82ddff0202008408f4563e28ee614c01a323d55d6ea96181d36a5a74a5a6d6",
"typeScriptVersion": "4.0"
"typesPublisherContentHash": "1fdc4e33e2d53e25cc0d4ba26a04e1479f04a1a658376a0a08349009bd5b59a4",
"typeScriptVersion": "4.1"
}

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

### Additional Details
* Last updated: Fri, 05 Aug 2022 02:02:10 GMT
* Last updated: Mon, 12 Sep 2022 22:02:41 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc