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

mjml-button

Package Overview
Dependencies
Maintainers
5
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-button - npm Package Compare versions

Comparing version 4.0.1 to 4.0.4

1

lib/index.js

@@ -58,3 +58,2 @@ 'use strict';

'border-top': this.getAttribute('border-top'),
color: this.getAttribute('color'),
cursor: 'auto',

@@ -61,0 +60,0 @@ 'font-style': this.getAttribute('font-style'),

9

package.json
{
"name": "mjml-button",
"description": "mjml-button",
"version": "4.0.1",
"version": "4.0.4",
"main": "lib/index.js",

@@ -16,9 +16,10 @@ "repository": {

"scripts": {
"clean": "../../node_modules/.bin/rimraf lib",
"build": "../../node_modules/.bin/babel src --out-dir lib"
"clean": "cross-env ../../node_modules/.bin/rimraf lib",
"build": "cross-env ../../node_modules/.bin/babel src --out-dir lib"
},
"dependencies": {
"cross-env": "^5.1.4",
"lodash": "^4.17.2",
"mjml-core": "^4.0.1"
"mjml-core": "^4.0.4"
}
}

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