Socket
Socket
Sign inDemoInstall

mjml-head-title

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-head-title - npm Package Compare versions

Comparing version 2.0.0-beta.2 to 2.0.0-beta.3

16

lib/index.js

@@ -6,11 +6,13 @@ 'use strict';

});
exports.default = {
name: "mj-title",
handler: function handler(el, _ref) {
var $container = _ref.$container;
exports.default = function (el, _ref) {
var $container = _ref.$container;
var innerText = el.children.map(function (child) {
return child.type === 'text' && child.data;
}).join('');
var innerText = el.children.map(function (child) {
return child.type === 'text' && child.data;
}).join('');
$container('title').text(innerText);
$container('title').text(innerText);
}
};
{
"name": "mjml-head-title",
"description": "mjml-head-title",
"version": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"main": "lib/index.js",

@@ -6,0 +6,0 @@ "repository": {

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