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
198
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.2.5

6

CHANGELOG.md
# react-email
## 4.2.5
### Patch Changes
- 8719082: fix errors in `export` when without manual React import
## 4.2.4

@@ -4,0 +10,0 @@

4

dist/index.js

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

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

@@ -1266,3 +1266,3 @@ bin: {

format: "cjs",
jsx: "transform",
jsx: "automatic",
loader: { ".js": "jsx" },

@@ -1269,0 +1269,0 @@ logLevel: "silent",

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

@@ -5,0 +5,0 @@ "bin": {

@@ -84,3 +84,3 @@ import fs, { unlinkSync, writeFileSync } from 'node:fs';

format: 'cjs',
jsx: 'transform',
jsx: 'automatic',
loader: { '.js': 'jsx' },

@@ -87,0 +87,0 @@ logLevel: 'silent',