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.1.1 to 6.2.0

2

nodemailer/index.d.ts

@@ -1,2 +0,2 @@

// Type definitions for Nodemailer 6.1
// Type definitions for Nodemailer 6.2
// Project: https://github.com/nodemailer/nodemailer, https://nodemailer.com

@@ -3,0 +3,0 @@ // Definitions by: Rogier Schouten <https://github.com/rogierschouten>

@@ -6,2 +6,9 @@ declare namespace addressparser {

}
interface Group {
name: string;
group: AddressOrGroup[];
}
type AddressOrGroup = Address | Group;
}

@@ -22,4 +29,5 @@

*/
declare function addressparser(address: string): addressparser.Address[];
declare function addressparser(address: string, options: { flatten: true }): addressparser.Address[];
declare function addressparser(address: string, options?: { flatten: false }): addressparser.AddressOrGroup[];
export = addressparser;
{
"name": "@types/nodemailer",
"version": "6.1.1",
"version": "6.2.0",
"description": "TypeScript definitions for Nodemailer",

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

},
"typesPublisherContentHash": "a650b914d963a357341d26b2b50c6d64832f6a849206656e6fc18c586532ab7f",
"typesPublisherContentHash": "0648aac352504e8512afafcdcce4bdfd03471f676c75b28cd987be6980d0691c",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 24 May 2019 16:40:13 GMT
* Last updated: Tue, 28 May 2019 19:24:38 GMT
* Dependencies: @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