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

mjml-react-small

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mjml-react-small - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

16

package.json
{
"name": "mjml-react-small",
"version": "0.2.2",
"version": "0.2.3",
"license": "MIT",

@@ -13,14 +13,14 @@ "homepage": "https://github.com/luma-team/mjml-react",

},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "dist/index.d.ts",
"default": "dist/index.js"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"import": {
"types": "dist/index.d.mts",
"default": "dist/index.mjs"
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}

@@ -27,0 +27,0 @@ }

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