Socket
Socket
Sign inDemoInstall

docsify-server-renderer

Package Overview
Dependencies
20
Maintainers
3
Versions
98
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.11.5 to 4.11.6

14

build.js

@@ -926,2 +926,8 @@ 'use strict';

if (/{docsify-ignore}/g.test(str)) {
str = str.replace('{docsify-ignore}', '');
nextToc.title = str;
nextToc.ignoreSubHeading = true;
}
if (/<!-- {docsify-ignore-all} -->/g.test(str)) {

@@ -933,2 +939,8 @@ str = str.replace('<!-- {docsify-ignore-all} -->', '');

if (/{docsify-ignore-all}/g.test(str)) {
str = str.replace('{docsify-ignore-all}', '');
nextToc.title = str;
nextToc.ignoreAllSubs = true;
}
var slug = slugify(config.id || str);

@@ -1420,4 +1432,4 @@ var url = router.toURL(router.getCurrentPath(), { id: slug });

Renderer.version = '4.11.5';
Renderer.version = '4.11.6';
module.exports = Renderer;

2

package.json
{
"name": "docsify-server-renderer",
"version": "4.11.5",
"version": "4.11.6",
"description": "docsify server renderer",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc