🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

typedoc-plugin-frontmatter

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-plugin-frontmatter - npm Package Compare versions

Comparing version

to
1.3.0

3

dist/index.js

@@ -35,3 +35,4 @@ /**

}
if (path.parse(page.url).name === path.parse(page.project?.url || '').name) {
if (path.parse(page.url).name ===
path.parse(app.renderer.router?.getFullUrl(page.project) || '').name) {
page.frontmatter = {

@@ -38,0 +39,0 @@ ...page.frontmatter,

{
"name": "typedoc-plugin-frontmatter",
"version": "1.2.1",
"version": "1.3.0",
"description": "A plugin for TypeDoc ( + typedoc-plugin-markdown ) that prepends configurable frontmatter to page content.",

@@ -37,3 +37,3 @@ "exports": {

"peerDependencies": {
"typedoc-plugin-markdown": ">=4.4.2"
"typedoc-plugin-markdown": ">=4.5.0"
},

@@ -40,0 +40,0 @@ "keywords": [