Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mjml-validator

Package Overview
Dependencies
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-validator - npm Package Compare versions

Comparing version 3.0.0-beta.3 to 3.0.0

2

lib/rules/ruleError.js

@@ -16,4 +16,4 @@ "use strict";

tagName: tagName,
formattedMessage: "Line " + line + " (" + tagName + ") — " + message
formattedMessage: "Line " + line + " (" + tagName + ") \u2014 " + message
};
};

@@ -50,4 +50,4 @@ 'use strict';

return (0, _ruleError2.default)(ChildComponent.tagName + ' cannot be used inside ' + tagName + ', only in: ' + ChildComponent.parentTag.join(', '), child);
return (0, _ruleError2.default)(ChildComponent.tagName + ' cannot be used inside ' + tagName + ', only inside: ' + ChildComponent.parentTag.join(', '), child);
}));
};
{
"name": "mjml-validator",
"description": "mjml-validator",
"version": "3.0.0-beta.3",
"version": "3.0.0",
"main": "lib/index.js",

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

"dependencies": {
"lodash": "^4.16.1"
"lodash": "^4.16.4"
}
}
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