🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@react-email/markdown

Package Overview
Dependencies
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-email/markdown - npm Package Compare versions

Comparing version
0.0.15-canary.0
to
0.0.15
+3
-3
dist/index.js

@@ -60,7 +60,7 @@ "use strict";

// src/index.ts
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
Markdown: () => Markdown
});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);

@@ -67,0 +67,0 @@ // src/markdown.tsx

{
"name": "@react-email/markdown",
"version": "0.0.15-canary.0",
"version": "0.0.15",
"description": "Convert Markdown to valid React Email template code.",

@@ -48,4 +48,4 @@ "sideEffects": false,

"devDependencies": {
"typescript": "5.1.6",
"@react-email/render": "1.1.0-canary.1",
"typescript": "5.8.3",
"@react-email/render": "1.1.0",
"tsconfig": "0.0.0"

@@ -52,0 +52,0 @@ },