Socket
Socket
Sign inDemoInstall

mjml-core

Package Overview
Dependencies
Maintainers
5
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-core - npm Package Compare versions

Comparing version 4.1.2 to 4.2.0-beta.1

tests/.eslintrc

15

package.json
{
"name": "mjml-core",
"description": "mjml-core",
"version": "4.1.2",
"version": "4.2.0-beta.1",
"main": "lib/index.js",

@@ -17,5 +17,7 @@ "repository": {

"clean": "cross-env ../../node_modules/.bin/rimraf lib",
"build": "cross-env ../../node_modules/.bin/babel src --out-dir lib"
"build": "cross-env ../../node_modules/.bin/babel src --out-dir lib",
"test": "node ./tests/index.js"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"cross-env": "^5.1.4",

@@ -26,6 +28,9 @@ "html-minifier": "^3.5.3",

"lodash": "^4.17.2",
"mjml-migrate": "^4.1.2",
"mjml-parser-xml": "^4.1.2",
"mjml-validator": "^4.1.2"
"mjml-migrate": "^4.2.0-beta.1",
"mjml-parser-xml": "^4.2.0-beta.1",
"mjml-validator": "^4.2.0-beta.1"
},
"devDependencies": {
"chai": "^4.1.1"
}
}

Sorry, the diff of this file is not supported yet

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