Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/email-templates

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/email-templates - npm Package Compare versions

Comparing version 3.1.0 to 3.5.0

13

email-templates/index.d.ts

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

// Type definitions for node-email-templates 3.1
// Type definitions for node-email-templates 3.5
// Project: https://github.com/niftylettuce/node-email-templates

@@ -16,3 +16,3 @@ // Definitions by: Cyril Schumacher <https://github.com/cyrilschumacher>

*/
transport: any;
transport?: any;
/**

@@ -39,2 +39,6 @@ * The email template directory and engine information

/**
* force text-only rendering of template (disregards template folder)
*/
textOnly?: boolean;
/**
* <Https://github.com/werk85/node-html-to-text>

@@ -44,2 +48,7 @@ */

/**
* You can pass an option to prefix subject lines with a string
* env === 'production' ? false : `[${env.toUpperCase()}] `; // <--- HERE
*/
subjectPrefix?: any;
/**
* <https://github.com/Automattic/juice>

@@ -46,0 +55,0 @@ */

4

email-templates/package.json
{
"name": "@types/email-templates",
"version": "3.1.0",
"version": "3.5.0",
"description": "TypeScript definitions for node-email-templates",

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

"dependencies": {},
"typesPublisherContentHash": "605a79a9159bc3ac97e4d93bbb9f9f454d7cf66be274cc4959e29629e3db0a3a",
"typesPublisherContentHash": "63b7aa29197b2f5c77fb0c9d7dc20eb81ccaf9ad7d87471fdcf60c227d1e1b1e",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Sat, 04 Nov 2017 05:42:55 GMT
* Last updated: Mon, 09 Apr 2018 20:06:24 GMT
* Dependencies: none

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