Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@react-email/render

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/render - npm Package Compare versions

Comparing version
2.0.1
to
2.0.2-canary.0
+2
-2
dist/browser/index.js

@@ -108,5 +108,5 @@ //#region rolldown:runtime

return (0, html_to_text.convert)(html, {
selectors: plainTextSelectors,
wordwrap: false,
...options
...options,
selectors: [...plainTextSelectors, ...options?.selectors ?? []]
});

@@ -113,0 +113,0 @@ }

@@ -80,5 +80,5 @@ import * as html from "prettier/plugins/html";

return convert(html$1, {
selectors: plainTextSelectors,
wordwrap: false,
...options
...options,
selectors: [...plainTextSelectors, ...options?.selectors ?? []]
});

@@ -85,0 +85,0 @@ }

@@ -108,5 +108,5 @@ //#region rolldown:runtime

return (0, html_to_text.convert)(html, {
selectors: plainTextSelectors,
wordwrap: false,
...options
...options,
selectors: [...plainTextSelectors, ...options?.selectors ?? []]
});

@@ -113,0 +113,0 @@ }

@@ -80,5 +80,5 @@ import * as html from "prettier/plugins/html";

return convert(html$1, {
selectors: plainTextSelectors,
wordwrap: false,
...options
...options,
selectors: [...plainTextSelectors, ...options?.selectors ?? []]
});

@@ -85,0 +85,0 @@ }

@@ -110,5 +110,5 @@ //#region rolldown:runtime

return (0, html_to_text.convert)(html, {
selectors: plainTextSelectors,
wordwrap: false,
...options
...options,
selectors: [...plainTextSelectors, ...options?.selectors ?? []]
});

@@ -115,0 +115,0 @@ }

@@ -81,5 +81,5 @@ import * as html from "prettier/plugins/html";

return convert(html$1, {
selectors: plainTextSelectors,
wordwrap: false,
...options
...options,
selectors: [...plainTextSelectors, ...options?.selectors ?? []]
});

@@ -86,0 +86,0 @@ }

{
"name": "@react-email/render",
"version": "2.0.1",
"version": "2.0.2-canary.0",
"description": "Transform React components into HTML email templates",

@@ -5,0 +5,0 @@ "sideEffects": false,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet