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

@grafana/api-documenter

Package Overview
Dependencies
Maintainers
8
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grafana/api-documenter - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

4

lib/documenters/grafana/HugoMarkdownDocumenter.js

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

const link = Utilities_1.Utilities.getSafeFilenameForName(signature);
return `./${link}`;
return `./${link}/`;
}

@@ -549,3 +549,3 @@ case "Property" /* Property */:

const link = Utilities_1.Utilities.getSafeFilenameForName(apiItem.displayName);
return `./${link}`;
return `./${link}/`;
}

@@ -552,0 +552,0 @@ default:

{
"name": "@grafana/api-documenter",
"version": "0.9.1",
"version": "0.9.2",
"description": "Read JSON files from api-extractor, generate documentation pages",

@@ -5,0 +5,0 @@ "repository": {

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