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
252
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.26 to 4.0.0-next.27

2

dist/theme/urls-context.js

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

getUrl(reflection, options) {
const alias = reflection.name.replace(/^_+/, '').replace(/\//, '_');
const alias = reflection.name.replace(/^_+/, '');
const parentDir = options.parentUrl

@@ -126,0 +126,0 @@ ? path.dirname(options.parentUrl)

{
"name": "typedoc-plugin-markdown",
"version": "4.0.0-next.26",
"version": "4.0.0-next.27",
"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