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

typedoc-plugin-markdown

Package Overview
Dependencies
Maintainers
1
Versions
250
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-plugin-markdown - npm Package Compare versions

Comparing version 4.0.0-next.45 to 4.0.0-next.46

6

dist/theme/resources/utils/escape-comments.js

@@ -27,4 +27,4 @@ "use strict";

})
.replace(/(?<!\\){/g, '\\{')
.replace(/(?<!\\)}/g, '\\}');
.replace(/(?<!\\)(?<!`)(?<!{)(?<!{{){(?!`)(?!{)(?!{{)/g, '\\{')
.replace(/(?<!\\)(?<!`)(?!{)(?!{{)(?<!})}(?!`)(?!{)(?!})/g, '\\}');
// Replace placeholders with original code blocks

@@ -35,3 +35,1 @@ str = str.replace(new RegExp(placeholder, 'g'), () => codeBlocks.shift() || '');

exports.escapeComments = escapeComments;
//.replace(/(?<!\\)(?<!`){(?!`)/g, '\\{')
//.replace(/(?<!\\)(?<!`)}(?!`)/g, '\\}');
{
"name": "typedoc-plugin-markdown",
"version": "4.0.0-next.45",
"version": "4.0.0-next.46",
"description": "A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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