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.2.2 to 6.4.0

2

nodemailer/index.d.ts

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

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

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

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

/** Generate the message and return it with a callback */
/** Generate the message and return it with a callback or promise */
build(callback: (err: Error | null, buf: Buffer) => void): void;
build(): Promise<Buffer>;

@@ -94,0 +95,0 @@ getTransferEncoding(): string;

{
"name": "@types/nodemailer",
"version": "6.2.2",
"version": "6.4.0",
"description": "TypeScript definitions for Nodemailer",

@@ -24,3 +24,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -35,4 +35,4 @@ "type": "git",

},
"typesPublisherContentHash": "d5ea47bf1c36d90e65fe0d338b6e367180f9037bf1284dee7504f1552979dcde",
"typesPublisherContentHash": "0039445f01109c0e68106090b3609cab060c769ad2516b099fdafdb8ca22d4a0",
"typeScriptVersion": "3.3"
}

@@ -8,10 +8,10 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer.
Additional Details
* Last updated: Tue, 22 Oct 2019 21:04:39 GMT
* Dependencies: @types/node
### Additional Details
* Last updated: Wed, 18 Dec 2019 16:21:54 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: none
# Credits
These definitions were written by Rogier Schouten <https://github.com/rogierschouten>, Piotr Roszatycki <https://github.com/dex4er>, and Daniel Chao <https://github.com/bioball>.
These definitions were written by Rogier Schouten (https://github.com/rogierschouten), Piotr Roszatycki (https://github.com/dex4er), and Daniel Chao (https://github.com/bioball).
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