@types/email-templates
Advanced tools
Comparing version 3.1.0 to 3.5.0
@@ -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 @@ */ |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5847
107