🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

@react-email/text

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/text - npm Package Compare versions

Comparing version

to
0.1.3

@@ -143,3 +143,3 @@ "use strict";

var _b = _a, { style } = _b, props = __objRest(_b, ["style"]);
const modifiedStyle = __spreadValues({}, style);
let modifiedStyle = {};
if (modifiedStyle.marginBottom === void 0) {

@@ -151,2 +151,3 @@ modifiedStyle.marginBottom = "16px";

}
modifiedStyle = __spreadValues(__spreadValues({}, modifiedStyle), style);
const margins = computeMargins(modifiedStyle);

@@ -153,0 +154,0 @@ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(

{
"name": "@react-email/text",
"version": "0.1.2",
"version": "0.1.3",
"description": "A block of text separated by blank spaces",

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

Sorry, the diff of this file is not supported yet