New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

typedoc-gitlab-wiki-theme

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typedoc-gitlab-wiki-theme - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

dist/theme.js

@@ -15,3 +15,6 @@ "use strict";

getRelativeUrl(url) {
const relativeUrl = url.replace(/(.*).md/, '$1').replace(/ /g, '-');
const relativeUrl = super
.getRelativeUrl(url)
.replace(/(.*).md/, '$1')
.replace(/ /g, '-');
return relativeUrl.startsWith('..') ? relativeUrl : './' + relativeUrl;

@@ -18,0 +21,0 @@ }

4

package.json
{
"name": "typedoc-gitlab-wiki-theme",
"version": "0.2.0",
"version": "0.2.1",
"description": "An extension of the default theme from typedoc-plugin-markdown to create a compatible file structure for GitLab Wiki pages.",

@@ -38,3 +38,3 @@ "main": "dist/theme.js",

],
"gitHead": "bfd0eba32acdc4ae2237c01c202fe1f5f5ca10ff"
"gitHead": "ce5ade05cc33b6e2f38b350c9ab3a12bbac10344"
}
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