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 3.0.1 to 3.1.0

2

lib/index.js

@@ -12,3 +12,3 @@ 'use strict';

var innerText = el.children.map(function (child) {
return child.type === 'text' && child.data;
return (child.type === 'text' || child.nodeType === Node.TEXT_NODE) && child.data;
}).join('');

@@ -15,0 +15,0 @@

{
"name": "mjml-head-title",
"description": "mjml-head-title",
"version": "3.0.1",
"version": "3.1.0",
"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