Socket
Socket
Sign inDemoInstall

mjml-migrate

Package Overview
Dependencies
Maintainers
6
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-migrate - npm Package Compare versions

Comparing version 4.7.0 to 4.7.1

3

lib/migrate.js

@@ -50,3 +50,4 @@ "use strict";

function addPx(value) {
if (!Number.isNaN(value) && !(0, _isNil2["default"])(value)) {
// eslint-disable-next-line no-restricted-globals
if (!isNaN(value) && !(0, _isNil2["default"])(value)) {
return "".concat(value, "px");

@@ -53,0 +54,0 @@ }

{
"name": "mjml-migrate",
"version": "4.7.0",
"version": "4.7.1",
"description": "A tool to migrate a template from MJML 3 to MJML 4",

@@ -31,7 +31,7 @@ "main": "lib/migrate.js",

"lodash": "^4.17.15",
"mjml-core": "4.7.0",
"mjml-parser-xml": "4.7.0",
"mjml-core": "4.7.1",
"mjml-parser-xml": "4.7.1",
"yargs": "^15.3.1"
},
"gitHead": "b7549727fb954f9bf54eca95cc76d82926f3ac4d"
"gitHead": "6bb3e08efb912765d5195d35dc19ce61cdd6306a"
}
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