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.3 to 6.4.4

4

nodemailer/lib/json-transport.d.ts

@@ -28,2 +28,6 @@ /// <reference types="node" />

message: string;
accepted: Array<string | Mail.Address>;
rejected: Array<string | Mail.Address>;
pending: Array<string | Mail.Address>;
response: string;
}

@@ -30,0 +34,0 @@ }

@@ -28,2 +28,5 @@ /// <reference types="node" />

response: string;
accepted: Array<string | Mail.Address>;
rejected: Array<string | Mail.Address>;
pending: Array<string | Mail.Address>;
}

@@ -45,5 +48,8 @@ }

/** Compiles a mailcomposer message and forwards it to handler that sends it */
send(mail: MailMessage<SendmailTransport.SentMessageInfo>, callback: (err: Error | null, info: SendmailTransport.SentMessageInfo) => void): void;
send(
mail: MailMessage<SendmailTransport.SentMessageInfo>,
callback: (err: Error | null, info: SendmailTransport.SentMessageInfo) => void,
): void;
}
export = SendmailTransport;

@@ -83,2 +83,5 @@ /// <reference types="node" />

response: string;
accepted: Array<string | Mail.Address>;
rejected: Array<string | Mail.Address>;
pending: Array<string | Mail.Address>;
}

@@ -85,0 +88,0 @@ }

@@ -53,2 +53,6 @@ /// <reference types="node" />

messageId: string;
accepted: Array<string | Mail.Address>;
rejected: Array<string | Mail.Address>;
pending: Array<string | Mail.Address>;
response: string;
}

@@ -73,6 +77,11 @@ }

getAuth(authOpts: SMTPConnection.AuthenticationTypeLogin | SMTPConnection.AuthenticationTypeOAuth2): SMTPTransport.AuthenticationType;
getAuth(
authOpts: SMTPConnection.AuthenticationTypeLogin | SMTPConnection.AuthenticationTypeOAuth2,
): SMTPTransport.AuthenticationType;
/** Sends an e-mail using the selected settings */
send(mail: MailMessage<SMTPTransport.SentMessageInfo>, callback: (err: Error | null, info: SMTPTransport.SentMessageInfo) => void): void;
send(
mail: MailMessage<SMTPTransport.SentMessageInfo>,
callback: (err: Error | null, info: SMTPTransport.SentMessageInfo) => void,
): void;

@@ -79,0 +88,0 @@ /** Verifies SMTP configuration */

@@ -32,2 +32,6 @@ /// <reference types="node" />

message: Buffer | Readable;
accepted: Array<string | Mail.Address>;
rejected: Array<string | Mail.Address>;
pending: Array<string | Mail.Address>;
response: string;
}

@@ -34,0 +38,0 @@ }

4

nodemailer/package.json
{
"name": "@types/nodemailer",
"version": "6.4.3",
"version": "6.4.4",
"description": "TypeScript definitions for Nodemailer",

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

},
"typesPublisherContentHash": "9a04e35281c1609ec1cf861766baeafdf0e42e262b2f3cd17b9f4819f9d36b40",
"typesPublisherContentHash": "aabfa060f1f3a5e90fafe4b0747dd2dc57a19d35f7a2cf9942a0595d5bc067ee",
"typeScriptVersion": "3.6"
}

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

### Additional Details
* Last updated: Wed, 07 Jul 2021 16:31:33 GMT
* Last updated: Thu, 08 Jul 2021 18:51:33 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