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

cldoc

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cldoc - npm Package Compare versions

Comparing version 0.4.8 to 0.4.9

2

lib/doc.js

@@ -192,2 +192,4 @@ 'use strict';

let docHtml = converter.makeHtml(mdStr);
let currentConfig = navItem.config || {};
let layoutName = currentConfig.layout || 'layout.pug';
let layoutTplPath = model.getTpl('layout.pug');

@@ -194,0 +196,0 @@ let htmlStr = pug.renderFile(layoutTplPath, {

2

package.json
{
"name": "cldoc",
"version": "0.4.8",
"version": "0.4.9",
"description": "Example",

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

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