🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@templatical/renderer

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@templatical/renderer - npm Package Compare versions

Comparing version
0.11.0
to
0.11.1
+1
-1
dist/index.js
import { HEADING_LEVEL_FONT_SIZE, isButton, isCustomBlock, isDivider, isHtml, isImage, isMenu, isParagraph, isSection, isSocialIcons, isSpacer, isTable, isTitle, isVideo } from "@templatical/types";
//#endregion
//#region src/render-context.ts
const DEFAULT_SOCIAL_ICONS_BASE_URL = `https://unpkg.com/@templatical/renderer@0.11.0/assets/social`;
const DEFAULT_SOCIAL_ICONS_BASE_URL = `https://unpkg.com/@templatical/renderer@0.11.1/assets/social`;
const BUILT_IN_FONT_FALLBACKS = {

@@ -6,0 +6,0 @@ arial: "Arial, sans-serif",

{
"name": "@templatical/renderer",
"description": "Render Templatical email templates to MJML",
"version": "0.11.0",
"version": "0.11.1",
"bugs": "https://github.com/templatical/sdk/issues",
"dependencies": {
"@templatical/types": "0.11.0"
"@templatical/types": "0.11.1"
},

@@ -13,3 +13,3 @@ "devDependencies": {

"typescript": "^6.0.3",
"vitest": "^4.1.8"
"vitest": "^4.1.9"
},

@@ -16,0 +16,0 @@ "exports": {