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.7.0
to
4.7.1
+0
-1
mjml/index.d.ts

@@ -5,3 +5,2 @@ // Type definitions for mjml 4.7

// marpstar <https://github.com/marpstar>
// emrah88 <https://github.com/emrah88>
// IanEdington <https://github.com/IanEdington>

@@ -8,0 +7,0 @@ // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

+4
-8
{
"name": "@types/mjml",
"version": "4.7.0",
"version": "4.7.1",
"description": "TypeScript definitions for mjml",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mjml",
"license": "MIT",

@@ -18,7 +19,2 @@ "contributors": [

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

@@ -40,4 +36,4 @@ "url": "https://github.com/IanEdington",

},
"typesPublisherContentHash": "70fb3ad1231c1b6981214a07a7d6c0bcc05d8d36f345e94cfa94ae48b42748ef",
"typeScriptVersion": "3.3"
"typesPublisherContentHash": "064979515050220b568964d922631191a4cbab18a18969c08eb34e8d01f5f487",
"typeScriptVersion": "4.3"
}

@@ -9,5 +9,19 @@ # Installation

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mjml.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mjml/index.d.ts)
````ts
// Type definitions for mjml 4.7
// Project: https://github.com/mjmlio/mjml, https://mjml.io
// Definitions by: aahoughton <https://github.com/aahoughton>
// marpstar <https://github.com/marpstar>
// IanEdington <https://github.com/IanEdington>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
import mjml2html from 'mjml-core';
export = mjml2html;
````
### Additional Details
* Last updated: Tue, 22 Dec 2020 21:01:33 GMT
* Last updated: Mon, 03 Apr 2023 19:03:25 GMT
* Dependencies: [@types/mjml-core](https://npmjs.com/package/@types/mjml-core)

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

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