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.1 to 0.2.2

dist/esm/index.js

24

package.json
{
"name": "mjml-react-small",
"version": "0.2.1",
"version": "0.2.2",
"license": "MIT",
"homepage": "https://github.com/luma-team/mjml-react",
"main": "dist/index.js",
"files": [

@@ -14,7 +13,22 @@ "dist"

},
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"require": {
"types": "dist/index.d.ts",
"default": "dist/index.js"
},
"import": {
"types": "dist/index.d.mts",
"default": "dist/index.mjs"
}
}
},
"scripts": {
"build": "./node_modules/.bin/tsc",
"dev": "tsc --watch",
"build": "pnpm tsup",
"dev": "pnpm tsup --watch",
"tsc": "tsc --noEmit",
"pub": "./node_modules/.bin/tsc && npm version patch && npm publish"
"pub": "npm run build && npm version patch && npm publish"
},

@@ -21,0 +35,0 @@ "devDependencies": {

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