@templatical/renderer
Advanced tools
+1
-1
| 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.10.1/assets/social`; | ||
| const DEFAULT_SOCIAL_ICONS_BASE_URL = `https://unpkg.com/@templatical/renderer@0.10.2/assets/social`; | ||
| const BUILT_IN_FONT_FALLBACKS = { | ||
@@ -6,0 +6,0 @@ arial: "Arial, sans-serif", |
+3
-3
| { | ||
| "name": "@templatical/renderer", | ||
| "description": "Render Templatical email templates to MJML", | ||
| "version": "0.10.1", | ||
| "version": "0.10.2", | ||
| "bugs": "https://github.com/templatical/sdk/issues", | ||
| "dependencies": { | ||
| "@templatical/types": "0.10.1" | ||
| "@templatical/types": "0.10.2" | ||
| }, | ||
@@ -13,3 +13,3 @@ "devDependencies": { | ||
| "typescript": "^6.0.3", | ||
| "vitest": "^4.1.7" | ||
| "vitest": "^4.1.8" | ||
| }, | ||
@@ -16,0 +16,0 @@ "exports": { |
Sorry, the diff of this file is too big to display
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
469807
0.01%+ Added
- Removed
Updated