You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@types/mjml

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mjml - npm Package Compare versions

Comparing version
4.0.3
to
4.0.4
+8
-0
mjml/index.d.ts

@@ -6,2 +6,3 @@ // Type definitions for mjml 4.0

// eiskalteschatten <https://github.com/eiskalteschatten>
// emrah88 <https://github.com/emrah88>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

@@ -16,2 +17,3 @@

filePath?: string;
minifyOptions?: MJMLMinifyOptions;
}

@@ -38,4 +40,10 @@

interface MJMLMinifyOptions {
collapseWhitespace?: boolean;
minifyCSS?: boolean;
removeEmptyAttributes?: boolean;
}
declare function mjml2html(inp: string | MJMLJsonObject, opts?: MJMLParsingOpts): MJMLParseResults;
export = mjml2html;
+7
-2
{
"name": "@types/mjml",
"version": "4.0.3",
"version": "4.0.4",
"description": "TypeScript definitions for mjml",

@@ -21,2 +21,7 @@ "license": "MIT",

"githubUsername": "eiskalteschatten"
},
{
"name": "emrah88 ",
"url": "https://github.com/emrah88",
"githubUsername": "emrah88"
}

@@ -33,4 +38,4 @@ ],

"dependencies": {},
"typesPublisherContentHash": "c4d58bb859b695c1da4a08f80a1e65e6c4c47faeba6156a0136cc7197487ca6b",
"typesPublisherContentHash": "f7478a7d3fb98e42fc1283955a842dee4d93135e6e374bc50b6ef2c49a135e6b",
"typeScriptVersion": "2.8"
}

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

### Additional Details
* Last updated: Mon, 03 Feb 2020 17:35:59 GMT
* Last updated: Wed, 25 Mar 2020 05:23:14 GMT
* Dependencies: none

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

# Credits
These definitions were written by aahoughton (https://github.com/aahoughton), marpstar (https://github.com/marpstar), and eiskalteschatten (https://github.com/eiskalteschatten).
These definitions were written by [aahoughton](https://github.com/aahoughton), [marpstar ](https://github.com/marpstar), [eiskalteschatten ](https://github.com/eiskalteschatten), and [emrah88 ](https://github.com/emrah88).