You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@react-email/components

Package Overview
Dependencies
Maintainers
3
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/components - npm Package Compare versions

Comparing version

to
0.2.0

10

package.json
{
"name": "@react-email/components",
"version": "0.1.1",
"version": "0.2.0",
"description": "A collection of all components React Email.",

@@ -39,3 +39,3 @@ "sideEffects": false,

"@react-email/body": "0.0.11",
"@react-email/button": "0.1.0",
"@react-email/button": "0.2.0",
"@react-email/code-block": "0.1.0",

@@ -57,3 +57,3 @@ "@react-email/code-inline": "0.0.5",

"@react-email/section": "0.0.16",
"@react-email/tailwind": "1.0.5",
"@react-email/tailwind": "1.1.0",
"@react-email/text": "0.1.5"

@@ -73,5 +73,5 @@ },

"build": "tsup src/index.ts --format esm,cjs --dts --external react",
"clean": "rm -rf dist",
"dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch"
"build:watch": "tsup src/index.ts --format esm,cjs --dts --external react --watch",
"clean": "rm -rf dist"
}
}