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

Package Overview
Dependencies
Maintainers
3
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-email - npm Package Compare versions

Comparing version

to
4.1.2

2

CHANGELOG.md
# react-email
## 4.1.2
## 4.1.1

@@ -4,0 +6,0 @@

2

dev/index.js

@@ -10,3 +10,3 @@ import child_process from 'node:child_process';

const tsxPath = path.resolve(dirname, './node_modules/.bin/tsx');
const tsxPath = path.resolve(dirname, '../../../node_modules/.bin/tsx');

@@ -13,0 +13,0 @@ const tsx = child_process.spawn(tsxPath, [root, ...process.argv.slice(2)], {

@@ -9,6 +9,3 @@ {

"start": "node ."
},
"dependencies": {
"tsx": "4.19.3"
}
}

@@ -109,3 +109,3 @@ #!/usr/bin/env node

name: "react-email",
version: "4.1.1",
version: "4.1.2",
description: "A live preview of your emails right in your browser.",

@@ -165,3 +165,2 @@ bin: {

tsup: "8.4.0",
tsx: "4.19.3",
typescript: "5.8.3"

@@ -168,0 +167,0 @@ }

{
"name": "react-email",
"version": "4.1.1",
"version": "4.1.2",
"description": "A live preview of your emails right in your browser.",

@@ -50,5 +50,4 @@ "bin": {

"tsup": "8.4.0",
"tsx": "4.19.3",
"typescript": "5.8.3",
"@react-email/components": "0.2.0"
"@react-email/components": "0.3.0"
},

@@ -55,0 +54,0 @@ "scripts": {