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 4.6.3 to 4.6.4

4

nodemailer/lib/mailer/index.d.ts

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

/** optional transfer encoding for the attachment, if not set it will be derived from the contentType property. Example values: quoted-printable, base64. If it is unset then base64 encoding is used for the attachment. If it is set to false then previous default applies (base64 for most, 7bit for text). */
contentTransferEncoding?: string;
contentTransferEncoding?: '7bit' | 'base64' | 'quoted-printable' | false;
/** optional content disposition type for the attachment, defaults to ‘attachment’ */
contentDisposition?: string;
contentDisposition?: 'attachment' | 'inline';
/** is an object of additional headers */

@@ -55,0 +55,0 @@ headers?: Headers;

{
"name": "@types/nodemailer",
"version": "4.6.3",
"version": "4.6.4",
"description": "TypeScript definitions for Nodemailer",

@@ -33,4 +33,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "8cf066d6cfe597a15add64134145cc9e6a0b7e11da824547aa185775c51d9545",
"typesPublisherContentHash": "9ab16d479eb0dbc036d41136ea99ee9e4ee6fa39b7dcb1cec74c93c8b7b68305",
"typeScriptVersion": "2.3"
}

@@ -11,4 +11,4 @@ # Installation

Additional Details
* Last updated: Mon, 10 Sep 2018 21:45:34 GMT
* Dependencies: node, stream, events, url, http, tls, net
* Last updated: Tue, 11 Sep 2018 15:25:35 GMT
* Dependencies: node, stream, http, tls, events, url, net
* Global values: none

@@ -15,0 +15,0 @@

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