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

@vue-email/markdown

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue-email/markdown - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

4

dist/index.js

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

},
async setup(props, { slots }) {
setup(props, { slots }) {
const text = (0, import_vue.computed)(() => {

@@ -326,3 +326,3 @@ if (slots.default !== void 0) {

});
const parsedMarkdown = await parseMarkdownToJSX({
const parsedMarkdown = parseMarkdownToJSX({
markdown: props.source || text.value || "",

@@ -329,0 +329,0 @@ customStyles: props.markdownCustomStyles

{
"name": "@vue-email/markdown",
"version": "0.0.5",
"version": "0.0.6",
"description": "Convert Markdown to valid Vue Email template code.",

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

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