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 10.0.0 to 10.0.1

13

email-templates/index.d.ts

@@ -64,2 +64,15 @@ // Type definitions for node-email-templates 10.0

template?: string | undefined;
/**
* Whether or not to open the iOS Simulator with the preview url file path.
* Defaults to true via process.env.NODE_ENV !== 'test' and will only run if macOS detected and not in a CI environment.
*/
openSimulator?: boolean | undefined;
/**
* A function to build preview url from file path.
* Defaults to (path) => 'file://[file path]'.
* This is where you can customize the opened path to handle WSL to Windows transformation or build a http url if dir is served.
*/
urlTransform?: ((path: string) => string) | undefined;
}

@@ -66,0 +79,0 @@

6

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

@@ -57,4 +57,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/email-templates",

},
"typesPublisherContentHash": "cd3a279248e8c1c7775e8cc40a3523ead8759f7223f57999b6352b0e61c3df4b",
"typeScriptVersion": "4.0"
"typesPublisherContentHash": "df6a09a6e14153b6f1f9104de24b450d64bc24470f7d3c9fef5c9a0d93f03f52",
"typeScriptVersion": "4.1"
}

@@ -11,4 +11,4 @@ # Installation

### Additional Details
* Last updated: Tue, 05 Jul 2022 08:32:19 GMT
* Dependencies: [@types/html-to-text](https://npmjs.com/package/@types/html-to-text), [@types/nodemailer](https://npmjs.com/package/@types/nodemailer), [@types/juice](https://npmjs.com/package/@types/juice)
* Last updated: Wed, 21 Sep 2022 15:32:59 GMT
* Dependencies: [@types/html-to-text](https://npmjs.com/package/@types/html-to-text), [@types/juice](https://npmjs.com/package/@types/juice), [@types/nodemailer](https://npmjs.com/package/@types/nodemailer)
* Global values: none

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