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 1.3.32 to 1.3.33

nodemailer/LICENSE

6

nodemailer/index.d.ts

@@ -7,7 +7,5 @@ // Type definitions for Nodemailer 1.3.2

/// <reference types="node" />
/// <reference types="bluebird" />
import directTransport = require("nodemailer-direct-transport");
import smtpTransport = require("nodemailer-smtp-transport");
import * as Promise from 'bluebird';

@@ -40,3 +38,3 @@ /**

templateSender(template?: any, defaults?: any): (mailData: any, context: any) => Promise<SentMessageInfo>;
/**

@@ -55,3 +53,3 @@ * Send mail using a template with a callback.

use(step: string, plugin: Plugin): void;
/**

@@ -58,0 +56,0 @@ * Verifies connection with server

{
"name": "@types/nodemailer",
"version": "1.3.32",
"description": "TypeScript definitions for Nodemailer 1.3.2",
"version": "1.3.33",
"description": "TypeScript definitions for Nodemailer",
"license": "MIT",
"author": "Rogier Schouten <https://github.com/rogierschouten/>",
"contributors": [
{
"name": "Rogier Schouten",
"url": "https://github.com/rogierschouten/"
}
],
"main": "",

@@ -14,3 +19,2 @@ "repository": {

"dependencies": {
"@types/bluebird": "*",
"@types/nodemailer-direct-transport": "*",

@@ -20,4 +24,5 @@ "@types/nodemailer-smtp-transport": "*",

},
"typings": "index.d.ts",
"typesPublisherContentHash": "89d6d1bf5605e9632c9acea07b4bc5201e5f2befd39995f721cb8713ad7ebef7"
"peerDependencies": {},
"typesPublisherContentHash": "4747a44a192a3ef1be48fc01c60b24b401bf1418c8e7a51c01522d06cb704583",
"typeScriptVersion": "2.0"
}

@@ -5,12 +5,10 @@ # Installation

# Summary
This package contains type definitions for Nodemailer 1.3.2 (https://github.com/andris9/Nodemailer).
This package contains type definitions for Nodemailer (https://github.com/andris9/Nodemailer).
# Details
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/nodemailer
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/nodemailer
Additional Details
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT
* File structure: ProperModule
* Library Dependencies: bluebird, node
* Module Dependencies: bluebird, nodemailer-direct-transport, nodemailer-smtp-transport
* Last updated: Tue, 20 Jun 2017 20:20:01 GMT
* Dependencies: nodemailer-direct-transport, nodemailer-smtp-transport, node
* Global values: none

@@ -17,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