Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@react-email/markdown

Package Overview
Dependencies
Maintainers
3
Versions
14
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.12-canary.0 to 0.0.12

10

dist/index.d.ts
import { StylesType } from 'md-to-react-email';
import * as React from 'react';
interface MarkdownProps {
type MarkdownProps = Readonly<{
children: string;
markdownCustomStyles?: StylesType;
markdownContainerStyles?: React.CSSProperties;
}
declare const Markdown: React.ForwardRefExoticComponent<Readonly<MarkdownProps> & React.RefAttributes<HTMLDivElement>>;
}>;
declare const Markdown: React.ForwardRefExoticComponent<Readonly<{
children: string;
markdownCustomStyles?: StylesType | undefined;
markdownContainerStyles?: React.CSSProperties | undefined;
}> & React.RefAttributes<HTMLDivElement>>;
export { Markdown, MarkdownProps };
{
"name": "@react-email/markdown",
"version": "0.0.12-canary.0",
"version": "0.0.12",
"description": "Convert Markdown to valid React Email template code.",

@@ -45,5 +45,4 @@ "sideEffects": false,

"devDependencies": {
"@babel/preset-react": "7.23.3",
"typescript": "5.1.6",
"@react-email/render": "0.0.18-canary.0",
"@react-email/render": "1.0.0",
"eslint-config-custom": "0.0.0",

@@ -50,0 +49,0 @@ "tsconfig": "0.0.0"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc