New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mjml-head-attributes

Package Overview
Dependencies
Maintainers
5
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-head-attributes - npm Package Compare versions

Comparing version 4.0.0-alpha.5 to 4.0.0-beta.1

README.md

6

lib/index.js

@@ -44,2 +44,6 @@ 'use strict';

var _reduce = require('lodash/reduce');
var _reduce2 = _interopRequireDefault(_reduce);
var _mjmlCore = require('mjml-core');

@@ -73,3 +77,3 @@

add('classesDefault', attributes.name, children.reduce(function (acc, _ref) {
add('classesDefault', attributes.name, (0, _reduce2.default)(children, function (acc, _ref) {
var tagName = _ref.tagName,

@@ -76,0 +80,0 @@ attributes = _ref.attributes;

4

package.json
{
"name": "mjml-head-attributes",
"description": "mjml-head-attributes",
"version": "4.0.0-alpha.5",
"version": "4.0.0-beta.1",
"main": "lib/index.js",

@@ -21,4 +21,4 @@ "repository": {

"lodash": "^4.17.2",
"mjml-core": "^4.0.0-alpha.5"
"mjml-core": "^4.0.0-beta.1"
}
}
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