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.5.1 to 6.0.0

4

email-templates/index.d.ts

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

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

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

*/
render?: { view: string, locals: any };
render?: (view: string, locals: any) => Promise<any>;
/**

@@ -39,0 +39,0 @@ * force text-only rendering of template (disregards template folder)

{
"name": "@types/email-templates",
"version": "3.5.1",
"version": "6.0.0",
"description": "TypeScript definitions for node-email-templates",

@@ -27,8 +27,9 @@ "license": "MIT",

"type": "git",
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git"
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git",
"directory": "types/email-templates"
},
"scripts": {},
"dependencies": {},
"typesPublisherContentHash": "24a12592e015e0ab093b8db916ca8cbad4e1161f149fdf0beb5e5a35b314242f",
"typesPublisherContentHash": "15c07ca1131c17df84ccb58bf95f82b12fc03dc42c677eb78ae27baa68f2347a",
"typeScriptVersion": "2.0"
}

@@ -5,3 +5,3 @@ # Installation

# Summary
This package contains type definitions for node-email-templates ( https://github.com/niftylettuce/email-templates ).
This package contains type definitions for node-email-templates (https://github.com/niftylettuce/email-templates).

@@ -12,3 +12,3 @@ # Details

Additional Details
* Last updated: Wed, 13 Feb 2019 18:07:38 GMT
* Last updated: Mon, 12 Aug 2019 20:44:37 GMT
* Dependencies: none

@@ -18,2 +18,2 @@ * Global values: none

# Credits
These definitions were written by Cyril Schumacher <https://github.com/cyrilschumacher>, Matus Gura <https://github.com/gurisko>, Jacob Copeland <https://github.com/blankstar85>.
These definitions were written by Cyril Schumacher <https://github.com/cyrilschumacher>, Matus Gura <https://github.com/gurisko>, and Jacob Copeland <https://github.com/blankstar85>.
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